Forrest logo
back to context overview

xbps

List of commands for xbps:

  • xbps:tldr:0d023 xbps: Remove packages that were installed as dependencies and aren't currently needed.
    $ xbps-remove --remove-orphans
    try on your machine
    explain this command
  • xbps:tldr:138f8 xbps: Search for a package in the remote repository.
    $ xbps-query --repository -s ${package_name}
    try on your machine
    explain this command
  • xbps:tldr:189a1 xbps: Synchronize your repository databases and update your system and dependencies.
    $ xbps-install --sync --update
    try on your machine
    explain this command
  • xbps:tldr:96ee6 xbps: Install packages and synchronize them with the remote repository.
    $ xbps-install --sync ${package_name1} ${package_name2}
    try on your machine
    explain this command
  • xbps:tldr:c6418 xbps: Remove obsolete packages from the cache.
    $ xbps-remove --clean-cache
    try on your machine
    explain this command
  • xbps:tldr:c7b19 xbps: Remove a package and all of its dependencies recursively that are not required by other packages.
    $ xbps-remove --recursive ${package_name}
    try on your machine
    explain this command
  • xbps:tldr:dd4b4 xbps: Remove a package, leaving all of its dependencies installed.
    $ xbps-remove ${package_name}
    try on your machine
    explain this command
back to context overview