2024-12-08 00:07:38 +02:00
|
|
|
# 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:
|
|
|
|
|
2025-06-28 12:47:25 +03:00
|
|
|
`sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} distfiles`
|
2024-12-08 00:07:38 +02:00
|
|
|
|
|
|
|
- Clean the binary packages of all uninstalled packages, but keep the binaries of installed packages:
|
|
|
|
|
2025-06-28 12:47:25 +03:00
|
|
|
`sudo eclean {{[-d|--deep]}} {{[-n|--package-names]}} packages`
|