logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Eclean - Clean Package Files on Linux | Online Free DevTools by Hexmos

Clean package files with Eclean on Linux systems. Remove obsolete source and binary packages to free up disk space. Free online tool, no registration required.

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

See Also