Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-28 00:19:57 +00:00
parent 8d4568cb48
commit 42ee16d1f0
44 changed files with 155 additions and 107 deletions

View File

@@ -11,27 +11,27 @@ source: https://github.com/tldr-pages/tldr.git
- Synchronize and update all packages:
`aurman --sync --refresh --sysupgrade`
`aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}}`
- Synchronize and update all packages without show changes of `PKGBUILD` files:
`aurman --sync --refresh --sysupgrade --noedit`
`aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}} --noedit`
- Install a new package:
`aurman --sync {{package}}`
`aurman {{[-S|--sync]}} {{package}}`
- Install a new package without show changes of `PKGBUILD` files:
`aurman --sync --noedit {{package}}`
`aurman {{[-S|--sync]}} --noedit {{package}}`
- Install a new package without prompting:
`aurman --sync --noedit --noconfirm {{package}}`
`aurman {{[-S|--sync]}} --noedit --noconfirm {{package}}`
- Search the package database for a keyword from the official repositories and AUR:
`aurman --sync --search {{keyword}}`
`aurman {{[-S|--sync]}} {{[-s|--search]}} {{keyword}}`
- Remove a package and its dependencies:
@@ -39,4 +39,4 @@ source: https://github.com/tldr-pages/tldr.git
- Clear the package cache (use two `--clean` flags to clean all packages):
`aurman --sync --clean`
`aurman {{[-S|--sync]}} {{[-c|--clean]}}`