mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 02:48:23 +00:00
Update cheatsheets
This commit is contained in:
26
linux/xbps-remove
Normal file
26
linux/xbps-remove
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xbps-remove
|
||||
|
||||
> XBPS utility to remove packages.
|
||||
> See also: `xbps`.
|
||||
> More information: <https://man.voidlinux.org/xbps-remove.1>.
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`xbps-remove {{package}}`
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`xbps-remove --recursive {{package}}`
|
||||
|
||||
- Remove orphan packages (installed as dependencies but no longer required by any package):
|
||||
|
||||
`xbps-remove --remove-orphans`
|
||||
|
||||
- Remove obsolete packages from the cache:
|
||||
|
||||
`xbps-remove --clean-cache`
|
||||
Reference in New Issue
Block a user