@Maddison@sh.itjust.works to Linux@sh.itjust.works • 2 years agoWhy should I run sudo apt update before installing a package? Why!?message-square15fedilinkarrow-up110file-text
arrow-up110message-squareWhy should I run sudo apt update before installing a package? Why!?@Maddison@sh.itjust.works to Linux@sh.itjust.works • 2 years agomessage-square15fedilinkfile-text
minus-square@forwardvoid@feddit.nllinkfedilink10•edit-22 years 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!