How do you guys get software that is not in your distribution’s repositories?

      • SorryQuick@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        12 days ago

        That’s exactly what the vast majority of AUR packages do already? You can also apply modifications to the compilation process if needed.

    • hperrin@lemmy.world
      link
      fedilink
      arrow-up
      17
      arrow-down
      1
      ·
      12 days ago

      My software, QuickDAV, is not in the AUR. It’s open source, and I release it only as an AppImage, because I am lazy.

      • folkrav@lemmy.ca
        link
        fedilink
        arrow-up
        20
        arrow-down
        1
        ·
        12 days ago

        I guess we should have added the word “notable”

        I’m terribly sorry, you left the door wide open ;)

        I’m curious, what makes AppImage a good choice for the lazy developer? Is it easier to create?

        • hperrin@lemmy.world
          link
          fedilink
          arrow-up
          17
          ·
          12 days ago

          Ouch. xD

          It’s super easy to create. And you distribute it on your own, so it’s basically like an installer exe on Windows. In my mind it’s one step above only offering source code.

      • oldfart@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        12 days ago

        There’s so much random, useful software distributed only as appimages. But not notable enough for packaging fanboys.

      • cm0002@lemmy.world
        link
        fedilink
        arrow-up
        17
        ·
        12 days ago

        Clearly we need an Arch version of rule 34 and rule 35

        Rule 34a: If linux software exists, it’s in the AUR. No exceptions.

        Rule 35a: If linux software is not in the AUR, it will be made available in the AUR.

        • ulterno@lemmy.kde.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          12 days ago

          I don’t intend on pushing that one to the AUR. It’s not worth it.
          Maybe I’ll make an AppImage at most.

          I don’t know any formal requirements for it being on AUR, but I just feel like this one does not fit there.

  • cley_faye@lemmy.world
    link
    fedilink
    arrow-up
    56
    arrow-down
    6
    ·
    12 days ago

    Native package manager > Native binaries > AppImage > Flatpak.

    Yes, snap isn’t even on the scale.

    • Kusimulkku@lemm.ee
      link
      fedilink
      arrow-up
      52
      ·
      12 days ago

      Not a fan of AppImages myself. For an universal format it has surprising amount of issues with different distros, in my experience. And the whole Windows style “go to a website, download the AppImage, if you want to update it, go to the web page again and download it again” is one thing I wanted to get away from. At least they don’t come with install wizards, that clicking through menus thing was a pain.

      For one off stuff I run once and never need again, AppImage is alright. But not being built-in with sandboxing, repos, all that stuff, it just seems like a step back.

      • InverseParallax@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        12 days ago

        They are windows, but the linux version of dll-hell across distros and distro versions makes windows dll hell look quaint.

        If someone had addressed that better it would be one thing, but binary interoperability is infinitely broken, so app image is actually an improvement.

    • skulblaka@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      12 days ago

      I’m a technically savvy but new to Linux user who installed Mint as my primary OS about a month ago. So far I’ve used Flatpaks and AppImages without any issue and haven’t come across snaps. Would you explain the differences and why I would care about one over another?

      • Kevin Noodle@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        12 days ago

        At the end of the day, they’re just different ways of reaching the same goal: universal packages for Linux. I personally use them interchangeably depending on the application and use case.

        There are some packages that definitely work better and are intended to be used and installed via your native package manager (if they rely on system libraries and whatnot). But using either a Flatpak or AppImage results in the same experience - in my experience. It’s a personal preference.

      • PotatoesFall@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        11 days ago

        IMO flatpaks are the future of installing linux apps. The comment you replied to lives in the past. System package manager should be for system binaries, not for applications.

        • Schmeckinger@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          11 days ago

          But I like my applications years out of date and I think its good that every distro has to spend manhours on packaging it individually.

            • Schmeckinger@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              11 days ago

              I see the appeal for the package manager for a lot of things, but space got so incredibly cheap and fast that duplication is way less of a deal than the effort to make stuff work the traditional way. But im not a real linux user. I don’t like tinkering, I want to download something and it works. And the amazing thing is we can have both. If people like spending time to package something be my guest.

              The funniest interaction I had recently. I downloaded a program that isn’t in my package manager or had any sort of flatpack/appimage so I downloaded it as a deb and it didn’t run because of some dependency. So I could clone the git and build it from source which might have worked, but I was too lazy to. So I just downloaded the windows exe and ran it through wine, which worked flawlessly.

              • meliante@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                11 days ago

                I don’t like tinkering, I want to download something and it works.

                And this is what’s keeping Linux at bay. Normies are that to the extreme. They want something that is as simple and resilient as possible, they couldn’t care less about the dependencies or even know what they are. They want a program an app and just install it from an “app store” if possible.

  • BigDanishGuy@sh.itjust.works
    link
    fedilink
    arrow-up
    45
    ·
    edit-2
    11 days ago

    Why not just stick to what we’ve always been doing?

    1. wget something.tar.gz
    2. tar something.tar.gz
    3. man tar
    4. tar xzf something.tar.gz
    5. cd something
    6. ls -al
    7. ./config.sh
    8. chmod +x config.sh
    9. ./config.sh
    10. make config
    11. Try to figure out where to get some obscure dependency, with the right version number. Discover that the last depency was hosted on the dev’s website that the dev self-hosted when it went belly up 5 years ago. Finally find the lib on some weird site with a TLD you could have sworn wasn’t even in latin characters.
    12. make config
    13. make
    14. Go for coffee
    15. make install
    16. SU root
    17. make install
  • RmDebArc_5@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    43
    ·
    12 days ago

    I’m currently on a atomic distro, so how I get my software from favorite to least favorite is this:

    1. Flatpak
    2. Appimage
    3. Fedora distrobox
    4. rpm-ostree
      • MalReynolds@slrpnk.net
        link
        fedilink
        English
        arrow-up
        7
        ·
        12 days ago

        As it should be, don’t do that.

        Doctor, when I do this it hurts…

        Also, you’re creating a disk image…

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        3
        ·
        12 days ago

        It is. I also wonder if there was a model that accomplishes the same thing but with less image copying.

        Like, make snapshots every day, but manual installs are not snapshotted but still tracked with ostree. So you can revert them, display them transparently etc.

    • PotatoesFall@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      11 days ago

      finally, somebody in this thread who doesn’t live in the past.

      System package manager is for system binaries. Not for applications.

    • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      12 days ago

      Mine is

      AppImage > Native repos > AUR > Manually compiling from source > Finding an alternative

      I don’t like installing software that doesn’t need to be installed, thus I like AppImage. Pretty portable. That also applies to compiling from source. Yes, my home directory is a mess.

  • LainTrain@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    22
    arrow-down
    3
    ·
    12 days ago
    1. Compile from source
    2. Find alternative
    3. Deploy in VM/Docker

    If I wanted snap, flatpak or appimages, I would use windows. Shared dependencies or death.

      • LainTrain@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        arrow-down
        4
        ·
        11 days ago

        I don’t like middle grounds in my packages, what can I say.

        Docker containers are treated as immutable and disposable to me, like a boot CD, for each, I write a shell script to generate both a .conf if needed, a docker-compose.yml and run the container.

        They’re plug’n’play separate parts to the rest of the OS, while packages are about integrating nicely with the rest of the OS, in a non-snowflakey, non-disruptive manner.

        I also hate .conf.d folders and always deleted them. One program, one .conf.

    • lengau@midwest.social
      link
      fedilink
      arrow-up
      1
      ·
      11 days ago

      Flatpaks and snaps both have shared dependencies, just at a less granular level than debs. OCI images and VMs are pretty much the extreme opposite of shared dependencies.

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    12 days ago

    Appimages are crap too, but at least there is progress with AppMan, repos and that sandboxing solution.

    Snaps are only sandboxed with Apparmor and snapd only allows a single repo (which contained malware multiple times) so get the hell off my lawn XD

  • aesthelete@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    11 days ago

    I hate fucking snap. It might be enough to make me switch distros if Ubuntu keeps up with it (which I am sure they intend to).

    The continual “you have new snaps” or whatever it was message every time I’m just trying to have a web browser open made me eventually figure out how to install firefox for real on all of my computers.

    EDIT: I think you may have convinced me to try out Debian on my next OS installation.

    • hperrin@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      12 days ago

      The Firefox snap was the reason I left Ubuntu. (Or, the last straw, at least.) Fedora has been wonderful.

    • InverseParallax@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      12 days ago

      Try debian, they improved so much over the past decade, they’re a better Ubuntu than Ubuntu now without any bullshit.

        • InverseParallax@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          11 days ago

          It used to be really outdated and missing new applications, with a kernel 1 major version behind.

          All that is fixed, they even have good support for new architectures like riscv on par with Ubuntu.

    • Varyag@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 days ago

      They’ve been doing snaps for a few years already so it already seems like they’re keeping up with this bullshit (in fact they’re putting more and more stuff there) It’s already the reason people stopped recommending Ubuntu to new users and instead go for Mint or Pop!OS

    • InverseParallax@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 days ago

      Make a script to extract it to /opt/local and make a symlink.

      You’ll end up using it so much and it’s an easier upgrade on your terms.

  • HouseWolf@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    12 days ago

    AUR or flatpak.

    Honestly the longer I spend daily driving Linux the more I enjoy using flatpaks…