How to update/upgrade Ubuntu in Terminal

in ubuntu •  7 years ago 


0:30 sudo apt-get update
1:11 sudo apt-get upgrade
1:57 sudo apt-get dist-upgrade
2:28 sudo apt autoremove


▶️ DTube
▶️ IPFS
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thanks.
Hint 1: Combine the commands -> sudo apt-get update && sudo apt-get dist-upgrade.
Hint 2: You can empty the apt- cache with -> sudo apt-get clean

Thanks for feedback. Good hints.