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-squareoleorun@lemmy.fanlinkfedilinkarrow-up12arrow-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!