snippetbashTip
eclean — Clean repository source files and binary packages. More information: <https://wiki.gentoo.org/wiki/E
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 distfilesClean the binary package directory:
sudo eclean packagesClean the distfiles of all uninstalled packages, but keep the distfiles of installed packages:
sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} distfilesClean the binary packages of all uninstalled packages, but keep the binaries of installed packages:
sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} packagesCode Snippets
Clean the source file directory
sudo eclean distfilesClean the binary package directory
sudo eclean packagesClean the distfiles of all uninstalled packages, but keep the distfiles of installed packages
sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} distfilesClean the binary packages of all uninstalled packages, but keep the binaries of installed packages
sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} packagesContext
tldr-pages: linux/eclean
Revisions (0)
No revisions yet.