• __Lost__@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    17 hours ago

    You should always run a full upgrade when installing a new package to make sure your versions are all in sync. Like if your new package is looking for version 1.1 and you have 1.0 installed, the new package won’t work. In general, everything should be installed with ‘pacman -Syu’ not just ‘pacman -S’

    If you don’t install any new packages, then no you don’t need to upgrade anything. You’re just missing out on security patches and upgraded features. It’s worth running occasional upgrades.

    • voxel@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      9 hours ago

      pacman -S without update is safe and will just install a version that was in the repos at the time you last dis an update. stuff gets removed from repos after like a month though…