diff --git a/pages/linux/xbps.md b/pages/linux/xbps.md index 56478d7c83..85c6acca76 100644 --- a/pages/linux/xbps.md +++ b/pages/linux/xbps.md @@ -1,6 +1,7 @@ # 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: @@ -21,3 +22,11 @@ - Synchronize your repository databases and update your system and dependencies: `xbps-install --synchronize -u` + +- 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`