mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 10:50:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`xbps-remove --recursive {{package}}`
|
||||
`xbps-remove {{[-R|--recursive]}} {{package}}`
|
||||
|
||||
- Remove orphan packages (installed as dependencies but no longer required by any package):
|
||||
|
||||
`xbps-remove --remove-orphans`
|
||||
`xbps-remove {{[-o|--remove-orphans]}}`
|
||||
|
||||
- Remove obsolete packages from the cache:
|
||||
|
||||
`xbps-remove --clean-cache`
|
||||
`xbps-remove {{[-O|--clean-cache]}}`
|
||||
|
||||
Reference in New Issue
Block a user