Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-08 00:20:29 +00:00
parent 41adea57aa
commit 3113331dbe
9 changed files with 125 additions and 3 deletions

25
tldr/linux/eclean Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`