Cleaner tools for Linux Debian
Automate your system maintenance with a single script β remove clutter, free up disk space, and keep your Debian-based system lean and healthy.
- ποΈ Clean apt cache β Remove cached package files no longer needed
- ποΈ Remove old config files β Delete leftover config files from uninstalled packages
- πͺ¨ Remove old kernels β Keep only your current kernel, drop the rest
- ποΈ Empty every trash β Wipe all user and system trash folders
$ git clone https://github.com/spyschools/clean-linux-system.git
$ cd clean-linux-system
$ sudo chmod +x *Safe mode (no deletion β preview what will be cleaned)
$ sudo ./clean_system.sh --dry-runReal cleanup (performs all cleaning actions)
$ sudo ./clean_system.sh
β οΈ Always run--dry-runfirst to review what will be removed before committing to a real cleanup.
| Tool | Description |
|---|---|
| π§° clean-linux-system-root | Tools for the root system |
- Debian-based Linux distribution (Debian, Ubuntu, Mint, etc.)
sudo/ root privileges
This project is open source. See the LICENSE file for details.
Made with β€οΈ for a cleaner Linux experience