Hi, Is there any point in running sudo apt update before sudo apt upgrade?
Yes, that is important. You can run both commands together with
sudo apt update && sudo apt upgrade
3 Likes
Thanks @Forpli
1 Like