Update & Clean the System #Ubuntu #Shell
# Update & Clean the System
sudo apt-fast -y update
sudo apt-fast -y upgrade
sudo apt-fast -y autoremove
sudo apt-get -f install
sudo apt-get autoremove --purge
sudo apt-fast -y dist-upgrade
sudo apt-fast -y autoclean
sudo apt-fast -y clean
du -sh /var/cache/apt/archives