These commands will upgrade all existing software packages on linux and remove any no longer used packages/dependencies
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get dist-upgradesudoapt-get autoclean
sudoapt-get autoremove
 
No comments:
Post a Comment