How to clean ubuntu up automatically. Set an alais up in the bash profile:
nano .bashrc
alias clean='sudo apt-get autoremove -y && sudo rm -rf ~/.local/share/Trash/*'
Linux, Windows, Software Tips, Articles and Hacks
How to clean ubuntu up automatically. Set an alais up in the bash profile:
nano .bashrc
alias clean='sudo apt-get autoremove -y && sudo rm -rf ~/.local/share/Trash/*'