mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 21:00:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user