Love to see upgrades with a negative net size lmao. Software should get more optimized with time, not more bloated. Oop, just got the gnome console popup notification saying that my install command finished running, sweet – it took as long as making this post

  • @[email protected]
    link
    fedilink
    English
    125 hours ago

    I’m not a programmer by any means, but I’m guessing, they are just removing old redundant features and code, but I could be very wrong here.

    • lime!
      link
      fedilink
      English
      114 hours ago

      a new version of a program can also move to a different set of dependencies that is shared with another program, so you don’t need to keep both around.

      • @patatahooligan
        link
        English
        52 hours ago

        This wouldn’t appear like this when upgrading the system with pacman. pacman does not automatically remove orphaned dependencies during upgrades. You have to query for them and remove them explicitly as a separate operation afterwards. So in the OP what we’re seeing is the new versions of packages themselves getting smaller.