Comment on Why should I run sudo apt update before installing a package? Why!?
forwardvoid@feddit.nl 2 years ago
It updates the package lists APT uses. You don’t have to to run update before installing. But you could be installing the previous version of the application. If for instance you never run update, the upgrade command won’t do anything.
Maddison@sh.itjust.works 2 years ago
thanks!