1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 07:55:32 +02:00

eclean: add page (#15007)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Dainis 2024-12-08 00:07:38 +02:00 committed by GitHub
parent 301d6255a4
commit 9d7ceedf69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/linux/eclean.md Normal file
View file

@ -0,0 +1,20 @@
# 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 --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`