Can someone tell me How to update my entire System Without that stupid software app
1 Like
Simple open the terminal using ctrl +alt + t
then type the codes:
sudo apt update
then, sudo apt upgrade
6 Likes
thank you, that app was really making me angry
2 Likes
You can do it in one line of code instead of two. I used:
sudo apt-get update && sudo apt-get dist-upgrade
dist-upgrade doesn't mean upgrading the distribution it updates any apps that need to match the kernel.
4 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.