Remove a package and all of its dependencies recursively that are not required by other packages

xbps

  • The X Binary Package System (or xbps) is the binary package system used by Void Linux.
    More information: <https://github.com/void-linux/xbps>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

xbps-remove --recursive {{package_name}}

click the source code to copy