HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xbps-remove — XBPS utility to remove packages. See also: `xbps`. More information: <https://manned.org/xbps-remove

Submitted by: @import:tldr-pages··
0
Viewed 0 times
xbps-removecommandseeremoveclixbpsutilitypackages
linux

Problem

How to use the xbps-remove command: XBPS utility to remove packages. See also: xbps. More information: <https://manned.org/xbps-remove>.

Solution

xbps-remove — XBPS utility to remove packages. See also: xbps. More information: <https://manned.org/xbps-remove>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/xbps-remove

Revisions (0)

No revisions yet.