How to update / upgrade Ubuntu from Terminal
1. update of the packages
sudo apt-get update
2. upgrade of the installed packages
sudo apt-get upgrade
update of the Debian distribution
sudo apt-get dist-upgrade
3. removal of unused packages
sudo apt-get autoclean
No comments:
Post a Comment