Maddison@sh.itjust.works to Linux@sh.itjust.works · 2 years agoWhy should I run sudo apt update before installing a package? Why!?message-squaremessage-square15fedilinkarrow-up110arrow-down15file-text
arrow-up15arrow-down1message-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-squareoleorun@lemmy.fanlinkfedilinkarrow-up16arrow-down1·2 years agoIt’s not necessarily required but it is strongly suggested in case the package you are installing requires the latest version of a dependency.
It’s not necessarily required but it is strongly suggested in case the package you are installing requires the latest version of a dependency.
thank you!