commands.sh

eclean

linux

Clean repository source files and binary packages.

More info →

Options (2)

-d, --deepboolean

Clean the distfiles of all uninstalled packages, but keep the distfiles of installed packages

Example: sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} distfiles
-n, --package-namesboolean

Clean the distfiles of all uninstalled packages, but keep the distfiles of installed packages

Example: sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} distfiles

Examples (4)

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 [-d|--deep] [-n|--package-names] distfiles

Clean the binary packages of all uninstalled packages, but keep the binaries of installed packages

sudo eclean [-d|--deep] [-n|--package-names] packages
made by @shridhargupta | data from tldr-pages