• gworl@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        17
        ·
        1 day ago

        Why can’t they do that already? Just choose whichever one you want it’s trivial for me to run whichever as a user

          • chocrates@piefed.world
            link
            fedilink
            English
            arrow-up
            10
            arrow-down
            3
            ·
            1 day ago

            Whats wrong with snaps? My only “issue” with appimages is i tend to leave them in my downloads folder and lose them

            • med@sh.itjust.works
              link
              fedilink
              arrow-up
              6
              ·
              15 hours ago

              There’s an appimaged daemon you can install that will manage them, and it watches a bunch of folders to integrate appimages with xdg and whatever window manager you’ve got. ~/Applications looks like an easy pick, or ~/.local/bin.

              Appimages you decide to keep you can just move there!

              • DirtPuddleMisfortune@feddit.org
                link
                fedilink
                arrow-up
                1
                ·
                11 hours ago

                Why do you keep appimages? I don’t do that and now I’m wondering if I do something wrong. But I try to install from repos as much as possible.

                • med@sh.itjust.works
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  5 hours ago

                  I’ve used one or two tools that only distribute for my system as an appimage or as source code.

                  I can’t always be bothered to set up a compilation environment or deal with removing dependencies.

                  I only use one or two regularly, but it’s nice to have them integrated!

                  I prefer from the distro’s repos, then source, then flatpack, then appimage. Sometimes you have to take what you can get!

            • curbstickle@anarchist.nexus
              link
              fedilink
              English
              arrow-up
              17
              arrow-down
              1
              ·
              20 hours ago

              The snap store is a shit show of security issues.

              Forced migration to snaps.

              Performance issues.

              Proprietary back end.

              Slow to install

              Slow to start

              Eat up RAM

              Eat up disk space

              They screw up access to devices.

              They automatically update themselves without user confirmation.

              Fuck snaps. Fuck Canonical.

            • alfredon996@feddit.it
              link
              fedilink
              arrow-up
              19
              arrow-down
              1
              ·
              24 hours ago

              My issues with snaps are:

              • The server software is closed source and centralized
              • They create many block devices that can slow down booting the PC.
        • bleistift2@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          10
          ·
          24 hours ago

          Recently I wanted to uninstall $thing. Couldn’t via the package manager. I had forgotten that it wasn’t a native package. So what was it? *scratches head* Flatpak, snap or Appimage? Aw damn, it’s an AppImage. Now where did I put the binary? *scratches head*.

    • artyom@piefed.social
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      1 day ago

      It goes a long way to simplicity from both a user and dev to have only one package type to deal with and distribute.

      • Beacon@fedia.io
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        1 day ago

        This completely. Speaking as a person who’s more tech skilled than 99% of non-programmers, i can tell you that installing apps is the main tech hurdle for Linux getting mainstream adoption.

        There are non-tech hurdles too, but of the actual technology being easy to use then app installation is really the only aspect left that regular people can’t do without a huge dive of tech learning that’s beyond what most people can do.

        • Installing on mac: click the Mac download button and follow the prompts.

        • Installing on Windows: click the Windows download button and follow the prompts.

        • Installing on Linux: there’s no Linux download button, there’s a couple of buttons that say words you’ve never heard of before. They look kinda like buttons to download an app. You click one and try to open it, but it just shows an error, etc etc etc

        • Samskara@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          8 hours ago

          As a longtime Mac user, that’s not quite as easy. Some apps are only available through the Mac App Store. For applications you download there are several variants:

          • installers: double click and go through an install wizard with next buttons
          • zip files: double click to unpack, then put the app wherever you want (typically /Applications or ~/Applications)
          • disk images: double click to mount. Then drag and drop the app to /Applications
          • through macports or homebrew via command line
          • there are a couple of Apple system tools, that are often installed via command line like Rosetta and Xcode command line tools

          Of course you can have a zip file, that contains a disk image, that then contains an installer.

          For applications downloaded from the internet, you also get at least a warning when opening it. If it’s not notarized, you have to go to system settings to be able to run it. For many applications, you also need to go to settings and fiddle with sandbox settings to make them work.

          New users are often challenged by all these options. There are many who end up running an app from a disk image for example.

          You might also need to select the correct architecture because some applications don’t provide universal binaries for some reason.

          While installation is an issue for Linux, the bigger issue is the low availability of quality commercial software. The immense fracturing between distributions creates tons of issues as well.

          • Beacon@fedia.io
            link
            fedilink
            arrow-up
            1
            ·
            2 hours ago

            You CAN do those, but essentially 100% of apps that regular people are gonna want will be: click mac download -> open file -> follow prompts. That’s the point of a standard, which is not to necessarily eliminate alternatives, rather to make a single one be the default for almost 100% of standard situations.

      • aloofPenguin@piefed.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        I’d agree with that sentiment, but at least for me, if we went with all flatpacks, i’d be losing the one ability that I like about appimages, which is as a one-time-use type of “installation”. They’re kind of like those windows EXEs that you could just run in place without needing to install. very useful for stuff like raspberrypi imager where I don’t need to keep it around much

        • morto@piefed.social
          link
          fedilink
          English
          arrow-up
          6
          ·
          23 hours ago

          appimages also allow some sort of portable apps you can carry around. Very useful for dealing with no internet scenarios. I also use appimages for things iI use very rarely and don’t want to bother to have them being updated regularly along with the system