RE: How to update/upgrade Ubuntu in Terminal

You are viewing a single comment's thread from:

How to update/upgrade Ubuntu in Terminal

in ubuntu •  7 years ago 

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

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 for feedback. Good hints.