@[email protected] to [email protected] • 1 year agoWhy should I run sudo apt update before installing a package? Why!?message-square15fedilinkarrow-up110arrow-down15file-text
arrow-up15arrow-down1message-squareWhy should I run sudo apt update before installing a package? Why!?@[email protected] to [email protected] • 1 year agomessage-square15fedilinkfile-text
minus-square@[email protected]linkfedilink10•edit-21 year agoIt updates the package lists APT uses. You don’t have to run update before installing. But you could be installing the previous version of the application. For instance if you never run update, the upgrade command won’t do anything. Edit: spelling
It updates the package lists APT uses. You don’t have to run update before installing. But you could be installing the previous version of the application. For instance if you never run update, the upgrade command won’t do anything.
Edit: spelling
thanks!