A few years ago we were able to upgrade everything (OS and Apps) using a single command. I remember this was something we boasted about when talking to Windows and Mac fans. It was such an amazing feature. Something that users of proprietary systems hadn’t even heard about. We had this on desktops before things like Apple’s App Store and Play Store were a thing.

We can no longer do that thanks to Flatpaks and Snaps as well as AppImages.

Recently i upgraded my Fedora system. I few days later i found out i was runnig some older apps since they were Flatpaks (i had completely forgotten how I installed bitwarden for instance.)

Do you miss the old system too?

Is it possible to bring back that experience? A unified, reliable CLI solution to make sure EVERYTHING is up to date?

  • anamethatisnt@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    10 months ago

    I still run everything I can as .rpm through dnf on my Fedora and .deb through apt on my Debian servers.
    I only install a flatpak as last resort.
    From a dev viewpoint I can understand the gains of flatpak but from a user viewpoint I prefer a "real" install.

    • canadaduane@lemmy.ca
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      10 months ago

      It's funny, I do almost the exact opposite–whenever there is a flatpak version, I prefer it over a built-in apt package. The flatpak is almost always more up-to-date and often has the features and bug fixes I need.

      Examples:

      • Vorta (0.8.12 flatpak; 0.8.3 apt)
      • Pinta (2.1.1 flatpak; 1.6 apt)
      • Minder (1.15.6 flatpak; 1.13.1 apt)
      • Xournal++ (1.2.1 flatpak; 1.1.1 apt)

      .

      I don't think it's fair to expect the distro maintainers to be up to date with every software out there–the universe of software has grown and grown, and we just can't expect them to wrap/manage/test every new release and version bump.

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        Using EndeavourOS ( Arch ) and all four of those are the same versions in the regular repositories.

        I agree that Flatpak is a solution to outdated packages. My preference is to use a distribution that does not have that problem to begin with.

        • canadaduane@lemmy.ca
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          The short answer is "yes, but only as much as it needs to". Flatpak had to make a decision between "do we guarantee the app will work, even with system upgrades" or "do we minimize space" and they chose the former. The minimum necessary dependencies will be installed (and shared) amongst flatpaks.

          Have you had the unfortunate experience of a utility or program losing its packaged status? It's happened to me before–for example fslint. I don't think this can happen with flatpak.

          • ChristianWS@lemmy.eco.br
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            Space usage under flatpak is highly overstated. It only takes a noticeable amount of storage if you only use a couple of flatpaks, cause all the dependencies are used for a single package, once you start using flatpaks as the main mean of installing "applications", the space required start to decrease because the dependencies are shared between multiple apps

    • ProtonBadger@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      I enjoy that extra stability and separation between system and apps, especially as I use a rolling distro as a gamer. Hearing talk about Flatpak I disliked it for the same reasons, but I decided to try it out after Steam Native bugged due to a system library update. I enjoy it now also because it feels good that installing apps don't get a root password and scatter files everywhere they please in the system.

      On servers it's different ofcourse, Flatpak is basically for desktop apps. Snap is also designed for text mode stuff, servers and IoT devices but there's the problem with it being controlled by one company.

    • Gamey@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      It depends on the distro I am on, if I use Debian or a derivative I usually prefer the Flatpak but on Fedora I only go with the Flatpak if I run into issues or the rare outdated package because I don't need them, I would certainly miss Flatpaks if they didn't exist tho!