1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 13:46:00 +02:00
tldr/pages/linux/xbps-remove.md
2025-05-21 10:19:35 +03:00

21 lines
480 B
Markdown

# xbps-remove
> XBPS utility to remove packages.
> See also: `xbps`.
> More information: <https://manned.org/xbps-remove.1>.
- Remove a package:
`xbps-remove {{package}}`
- Remove a package and its dependencies:
`xbps-remove {{[-R|--recursive]}} {{package}}`
- Remove orphan packages (installed as dependencies but no longer required by any package):
`xbps-remove {{[-o|--remove-orphans]}}`
- Remove obsolete packages from the cache:
`xbps-remove {{[-O|--clean-cache]}}`