Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 784 Bytes

Debclean

A convienient way to keep your Debian based system clean, fast, and up-to-date

How does it work ?

It is only a simple shell program which uses most used commands with apt and dpkg

What does it do ?

  • The program uses superuser
  • Updates sources
  • Deletes cache, unused packages
  • Updates system and packages

Who can use this program ?

Anyone with a GNU/Linux system which has Aptitude (apt) package manager

How to launch the program ?

  • Download source code
  • Make the program executable
sudo chmod a+x debclean
  • Then use this command
./debclean

Note !

To do list

  • Other ideas
  • Your help