HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

eclean — Clean repository source files and binary packages. More information: <https://wiki.gentoo.org/wiki/E

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesecleansourceandcleanclirepository
linux

Problem

How to use the eclean command: Clean repository source files and binary packages. More information: <https://wiki.gentoo.org/wiki/Eclean>.

Solution

eclean — Clean repository source files and binary packages. More information: <https://wiki.gentoo.org/wiki/Eclean>.

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

Code Snippets

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

Context

tldr-pages: linux/eclean

Revisions (0)

No revisions yet.