From 9d7ceedf69e62f08b1238fee806255e9333ca3c1 Mon Sep 17 00:00:00 2001 From: Dainis <91558690+koknese@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:07:38 +0200 Subject: [PATCH] eclean: add page (#15007) Co-authored-by: Wiktor Perskawiec Co-authored-by: Juri Dispan --- pages/linux/eclean.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/eclean.md diff --git a/pages/linux/eclean.md b/pages/linux/eclean.md new file mode 100644 index 0000000000..e773706b64 --- /dev/null +++ b/pages/linux/eclean.md @@ -0,0 +1,20 @@ +# eclean + +> Clean repository source files and binary packages. +> More information: . + +- Clean the source file directory: + +`sudo eclean distfiles` + +- Clean the binary package directory: + +`sudo eclean packages` + +- Clean the distfiles of all uninstalled packages, but keep the distfiles of installed packages: + +`sudo eclean --deep --package-names distfiles` + +- Clean the binary packages of all uninstalled packages, but keep the binaries of installed packages: + +`sudo eclean --deep --package-names packages`