System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.