A convienient way to keep your Debian based system clean, fast, and up-to-date
It is only a simple shell program which uses most used commands with apt and dpkg
- The program uses superuser
- Updates sources
- Deletes cache, unused packages
- Updates system and packages
Anyone with a GNU/Linux system which has Aptitude (apt) package manager
- Download source code
- Make the program executable
sudo chmod a+x debclean
- Then use this command
./debclean
- Debclean is released under GPL v3. For more info, please check GNU Project website
- Other ideas
- Your help