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-up14arrow-down10file-text
arrow-up14arrow-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-up4·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!