From f5026bd6f974391ee4e99ba9007606b407b60ffe Mon Sep 17 00:00:00 2001 From: user56441 <62631913+user56441@users.noreply.github.com> Date: Sat, 28 Mar 2020 01:27:33 +0000 Subject: [PATCH] xbps: update page (#3936) --- pages/linux/xbps.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/linux/xbps.md b/pages/linux/xbps.md index 56478d7c8..85c6acca7 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`