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-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 · 1 year agomessage-square15fedilinkfile-text
minus-squareoleorun@lemmy.fanlinkfedilinkarrow-up16arrow-down1·1 year 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!