Maddison@sh.itjust.works to Linux@sh.itjust.works · 1 year agoWhy should I run sudo apt update before installing a package? Why!?message-squaremessage-square6fedilinkarrow-up18arrow-down12file-text
arrow-up16arrow-down1message-squareWhy should I run sudo apt update before installing a package? Why!?Maddison@sh.itjust.works to Linux@sh.itjust.works · 1 year agomessage-square6fedilinkfile-text
minus-squareforwardvoid@feddit.nllinkfedilinkarrow-up8·1 year agoIt 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.
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.
thanks!