2023-07-16 07:26:08 +02:00
|
|
|
# xbps-remove
|
|
|
|
|
|
|
|
> XBPS utility to remove packages.
|
|
|
|
> See also: `xbps`.
|
2024-09-24 21:47:18 +02:00
|
|
|
> More information: <https://manned.org/xbps-remove.1>.
|
2023-07-16 07:26:08 +02:00
|
|
|
|
|
|
|
- Remove a package:
|
|
|
|
|
|
|
|
`xbps-remove {{package}}`
|
|
|
|
|
|
|
|
- Remove a package and its dependencies:
|
|
|
|
|
2025-05-21 10:19:35 +03:00
|
|
|
`xbps-remove {{[-R|--recursive]}} {{package}}`
|
2023-07-16 07:26:08 +02:00
|
|
|
|
|
|
|
- Remove orphan packages (installed as dependencies but no longer required by any package):
|
|
|
|
|
2025-05-21 10:19:35 +03:00
|
|
|
`xbps-remove {{[-o|--remove-orphans]}}`
|
2023-07-16 07:26:08 +02:00
|
|
|
|
|
|
|
- Remove obsolete packages from the cache:
|
|
|
|
|
2025-05-21 10:19:35 +03:00
|
|
|
`xbps-remove {{[-O|--clean-cache]}}`
|