xbps
The X Binary Package System (or xbps) is the binary package system used by Void Linux.
=> More information.
- Install packages and synchronize them with the remote repository:
xbps-install --sync {package_name1} {package_name2}
- Search for a package in the remote repository:
xbps-query --repository -s {package_name}
- Remove a package, leaving all of its dependencies installed:
xbps-remove {package_name}
- Remove a package and all of its dependencies recursively that are not required by other packages:
xbps-remove --recursive {package_name}
- Synchronize your repository databases and update your system and dependencies:
xbps-install --sync --update
- Remove packages that were installed as dependencies and aren't currently needed:
xbps-remove --remove-orphans
- Remove obsolete packages from the cache:
xbps-remove --clean-cache
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/xbps.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.000738 milliseconds
- Gemini-to-HTML Time
- 0.360089 milliseconds
This content has been proxied by September (ba2dc).