@[email protected] to [email protected] • 1 year agoWhy should I run sudo apt update before installing a package? Why!?message-square15fedilinkarrow-up110arrow-down15file-text
arrow-up15arrow-down1message-squareWhy should I run sudo apt update before installing a package? Why!?@[email protected] to [email protected] • 1 year agomessage-square15fedilinkfile-text
minus-square@[email protected]linkfedilink15•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!