logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XBPS Remove - Uninstall Packages on Linux | Online Free DevTools by Hexmos

Uninstall packages instantly with XBPS Remove. Manage software, remove dependencies, and clean your Linux system. Free online tool, no registration required.

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

See Also