You are viewing a single comment's thread from:
RE: How to update/upgrade Ubuntu in Terminal
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.
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.