• WoodScientist@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Linux distros are just the new “101 flavors of Protestantism,” complete with radical zealots who believe you will go to Hell for choosing the wrong one.

  • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    As an Arch user, whatever suits you.

    I installed Arch on my ThinkPad because.….. uuuuuuuuuuuuuuuuuuuuhhhhhhhh… I had an Arch sticker and I felt like I couldn’t use it if I didn’t use Arch.

    Everyone has some reasons for their favorite distro.

    • Tyoda@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      I use Arch, and I have an OpenSUSE wallpaper.

      Before this, I used Mint and had an Arch wallpaper…

      I live to offend.

  • ch00f@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I just went full linux on my daily driver about a year ago after running a headless linux media server for a few years.

    Can someone explain to me why Ubuntu is so terrible? Is it not difficult enough to use or something?

    • luciferofastora@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      To expand on the hate of snaps:

      They’re a packaging solution for apps and dependencies. They’re apparently quite comfortable for app developers to use too. There was a hiccup where some apps really struggled to run well as snaps, but AFAIK that was fixed.

      The common issues are snapcraft being the only repository and the methods of pushing them:

      Snapcraft is where the packages are stored and loaded from, and it’s a closed-source repo hosted and controlled by Canonical, with no option to configure snap to use a different source. That has advantages for security, if you trust Canonical to vet and take responsibility for the packages on their system, but some people chafe at that lack of control. Compare to flatpak, where you can add arbitrary repos, so any distro vendor can have their own set of packages and versions they’ve vetted for stability and compatibility, but if I want a different version than my vendor maintains in their remote, I can use a different remote for certain apps instead.

      The second issue is that the classical apt system, which used to install .deb packages, was utilised to install snaps instead, so you’d run apt install package and expect a .deb to be installed, but instead it just downloads a script that runs snap install package and you get a snap instead, which is particularly annoying when you previously had it as a deb and it suddenly gets replaced. The argument here is a smooth transition to the “better” system, on the premise that snaps are better and the assumption that users won’t care or notice. In some cases (the hiccups mentioned earlier) that just wasn’t the case and people got frustrated, but even if it worked, some people (including me) take issue with expecting a deb and getting a snap - if I want a snap, I’ll use snap, and if your deb is deprecated, offer me to switch instead of silently installing the alternate source instead.

      • Shortstack@reddthat.com
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        Thank you for explaining that. I’m new to Linux and really didn’t understand that snap thing I heard about

        • luciferofastora@lemmy.zip
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          In that case, let me add a few more details:

          Deb packages have dependencies on other packages. To install and run a given application, you will have to install other packages (typically libraries the app depends on) too. In the case of using apt, you may see it show a list of packages to install, even when you asked for just one - those other packages are things the one you asked for requires.

          These packages are shared across apps. If I install one app that requires a specific graphics library, then later install another that requires the same library, it won’t have to install it again. On the other hand, if some library introduces changes that break something, updating that shared library because one app requires a newer version may break a different app which required the old version and isn’t compatible with the new one.

          Snaps on the other hand are self-contained: All the dependencies are included with the snap, frozen into whatever version the snap author chose. You can have multiple different versions of the same snap installed in parallel, and each will have their dependencies isolated from each other and the rest of the system. Additionally, they come with certain security measures like restricting the app’s access to the filesystem, network, display etc.

          As a downside, snaps can be larger (but don’t have to be, as they can be stored compressed because the dependencies don’t need to be available elsewhere) and take a little longer to start (though this has apparently been much improved).

          So they’re not generally a bad thing, all in all. I understand their advantages, I respect that they can be a comfortable solution for devs, I like the idea behind the security measures.

          For my personal experience:

          I recall that the Firefox snap had issues as opposed to the deb (among other things, the startup time was atrocious for me), which was how my issues with it started, because it took some effort to figure out how to get a deb version again and make sure I kept getting deb versions. Some other app - I don’t recall which one - also had persistent lag issues which were apparently due to some permissions problem, where security evidently hamstrung usability.

          Accordingly, I was somewhat disgruntled with having my working app ripped out from under me and replaced with a worse one and no comfortable way to get back. I had issues with my Firefox profile too, which turned out to be user error on my part, but obviously still annoyed me in absence of an easy migration mechanism between the two.

          Again, these issues may be fixed now, and they might not be issues for everyone in the first place: if you start out with the snap, migration won’t be an issue, and if it runs well, it may well be a better solution for you. I personally resent the philosophy of “Here, let me assume you want a different thing and just swap it out for you”, but you don’t need to share that resentment.

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Use whatever you like.

      But don’t complain “Linux requires constant work” after it breaks in a couple of years, instead, be free to complain “Ubuntu requires constant work”.

      Also, beware that it may be spying on you.

    • unmagical@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      I’m sure there are as many reasons as there are people who dislike Ubuntu, but here’s a few:

      • They injected internet ads into search
      • To many outside of the community if they have any familiarity with Linux on a desktop, it’s with Ubuntu which kinda places it in a position to newcomers as being Linux itself rather than one particular flavor
      • It is very opinionated about look and feel and usability: i.e. their custom launcher and Snaps
      • It’s popular
      • It has a reasonably large user base so there’s more opportunity for people to find things to nitpick over.

      Overall it’s fine. I’ve used Ubuntu, Mint, Puppy, DSL, Arch (btw), Fedora, and Debian. I can do pretty much anything I need to on any of them. I’ve got my preferences about the correct balance between useability, upgrade schedule, and customizability.

    • rc__buggy@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      snaps.

      oh, and that time that Canonical put Amazon telemetry in the default search application.

      oh, and how they just bundle up “bleeding edge” stuff from a year ago and ship it with it’s associated bugs.

      It’s been a few years since I tried but it just really turned me off.

    • FuglyDuck@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      I’m going to preface this with saying whatever works for you.

      It’s not really about difficulty for most people.

      Canonical (the people who manage Ubuntu,) has made some unfortunate decisions.

      First, and I feel this has always been true, they approach their users with the assumption that they are in fact idiots. Microsoft has the same design philosophy, and it makes things much harder than it needs to be. (Some people may be idiots, but if they want to wipe the entire drive, that’s their business, right?)

      Secondly, Ubuntu tends snoop on you, and certain decisions by canonical raises alarms.

      Finally, fuck snap.

  • Sanctus@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I think I have like 4 different distros near me at any given time now that I think about it. A Debian one for Minecraft and some other game servers, my windows PC, a Mac for music stuff, and my arch laptop, I guess the steam deck technically counts too. Even at work I use all three occasionally.

  • Zeon@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Meh, I mean Arch includes non-free software as well so I don’t really understand. As a Trisquel user, you all are dead to me.

  • MajorHavoc@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 months ago

    I love it. This made me laugh.

    But, as this month’s chair of the of the Linux User Group for Letting Everyone Know We Hate Snaps (LUG LEKWHS), I want to clarify that we don’t have a problem with Ubuntu users.

    It’s Canonical we have a beef with.

    • prole@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I don’t think I’ve seen this meme format before but it’s fucking hilarious. I love that kid’s stance while hitting the bowl, he’s ready for action.

  • comador @lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    As an old crusty Slackware user and UNIX admin, IDGAF what Linux distro people use; using any of them is a step in the right direction.

    • wookiepedia@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Couldn’t agree more! Hell, it doesn’t even have to be Linux. AIX on an LPAR? Cool. Irix on an old SGI workstation? You do you, man. MacOS and you use open source tools? Get it, man! Solaris on x86? You’re a sick fuck, but hey, it takes all types to make the world go round, you Larry Ellison supporting twat. Anyways, just use a unix variant, any of them.

      • comador @lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        What? No mention of the bastard child: Microsoft Azure (Mariner) Linux? You sick MS loving mutant!

    • L3ft_F13ld!@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Mint is one of the best versions of Ubuntu you could possibly use. They give you Ubuntu without all the forced snaps and other crap.

        • L3ft_F13ld!@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          Fair enough, but Mint gives you the more up to date base of Ubuntu and some QoL tools that Debian doesn’t have. If you prefer Debian, then use it. I just feel Mint is better for beginners or people who want an easier time with less tinkering.

          • limer@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            3 months ago

            Debian was good enough for my grandfather and it’s good enough for me. Seriously, running cinnamon desktop in Debian is my best option.

            I don’t need fancy, just no breaking

            Plot twist: am grandfather myself

            • L3ft_F13ld!@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              0
              ·
              3 months ago

              That’s awesome. While I don’t share your love for Debian, I’m glad it exists. Without it, we wouldn’t have Ubuntu or Mint or a ton of other choices.

              It’s also amazing that it works, as-is, for some people. More options just means more possibilities for people to find something that works for them and that’s what’s important.

              • limer@lemmy.dbzer0.com
                link
                fedilink
                English
                arrow-up
                0
                ·
                3 months ago

                Ever since docker became available, along with flatpak; the Linux running these became less of an issue for me

            • L3ft_F13ld!@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              0
              ·
              3 months ago

              Which is an excellent option if you’re okay with Debian. It’s a good OS but lacks some of the homegrown tools from the main Mint version. So, for beginners or those less inclined to tinkering I’d still recommend the main edition. Otherwise yes, Debian Edition is another great option.

        • Nalivai@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          And if so, I can’t for the life of me Invision how it’s harder on Arch than on the Ubuntu or its derivatives.

            • bitwaba@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              3 months ago

              That’s the real “difference” in the Linux camps right?

              Ubuntu N00bs - “what’s a terminal?” vs. Arch, Gentoo, Nix, etc users who despite whatever camp you’re in you know you can tell them “you need to enable the systemd service” or "add option blah to /etc/program.conf and they know what they means without further explanation.

    • JATth@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Arch maintenance: 0. Install it once. (The proper way)

      1. Every 2 weeks minimum pacman -Syu
      2. Every 3 months merge/update configs in /etc.

      I don’t get what is with this so hard? Yes, configs can be undecipherable but 90% time the merge involves just deleting the .pacnew versions.

      • Really_long_toes@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        Yeah, I started on Ubuntu, got acclimated to Linux using it, went to mint, didn’t give me what I wanted and just dove into arch, been running the same install for 8 years now and honestly don’t want any more from my os… I also love my steam deck… It runs arch BTW 😉

      • Aelis@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        3 months ago

        On EndavourOS here, I spent hours upon install tinkering and setting everything like I wanted and forgot most of what I did ever since.

        I’m so lazy I use a one word alias to update all my stuff in one go. I rarely have to bother myself reading and checking if everything’s fine (I still do it from time to time just to be safe but I do it less and less because it’s almost useless)… I even update a bit late sometimes and quite randomly in general.

        It’s been almost 4 years like this now, nothing ever broke, had an issue with an Aur only once…never even had to tinker with anything.

        I remember having harder times with Ubuntu or Manjaro like a decade ago…even had freaking issues with Mint, it’s crazy.

      • Warl0k3@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        3 months ago

        The problem is that other 10% where I have to spend my time trawling the arch wiki to fix my OS instead of like… doing cool things on my computer. If that’s what you enjoy that’s great, but your hobby is not my hobby. I’ve used arch on several of my devices, it can be great! But there’s this idea that arch is the perfect solution to pretty much everyone’s desktop problems and it’s crazymaking to see repeated over and over on here.

      • gamermanh@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        You say maintenance is 0 then list 2 things I don’t have to do on Mint

        Remembering to bother with a CLI and configs is the hard part, on Mint I get a nice GUI with reminders that I have updates to things. You know, like it’s some time past the year 2000?

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          You don’t have to update mint 😮? Well, you don’t have to update Arch, neither

          • gamermanh@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 months ago

            on Mint I get a nice GUI with reminders that I have updates to things

            I don’t have to do CLI or folder management to update was me point

            • Petter1@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              One can argue that “install Arch properly” includes setting up a GUI button (like welcome window in endeavourOS) that triggers Pacman -Syu (or just yay) in the background outputting only warnings 🤔

      • prole@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        3 months ago

        Running pacman every two weeks seems like a bad idea if you have a lot of packages… The dependencies can get dicey if you have to update too many at once.

        • JATth@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          Well I meant two weeks is the longest period i can leave the system without updating and have no problems. And i have yet to break it with 300 pkgs updating at once.

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          ❤️whish more people would understand that a good set up Arch does not need maintenance, just updates prior you turn your pc off.

          You could even automate that, like OpenSource TW is by default.

      • ulterno@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        I do it whenever I feel like. Don’t even feel the need to be regular.

        With Win10, the notifications used to increase my tension

      • zqps@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        When I tried Arch in '23, it worked well. Then I got busy and lazy and didn’t use it for 2-3 months. When I came back and did yay -sYu as I had learned, dozens of KDE and core packages were throwing errors and wouldn’t update. Unfortunate.

        • bitwaba@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          yay -Syu, and around that time KDE had switched from plasma 5 to plasma 6, which involved moving a lot of packages into the extra repository, so you had to sit there and confirm each package move (unless you used --noconfirm).

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          You gotta read what yay is telling you…

          🫣error come with a text for a reason!

            • Petter1@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              😆

              I see, I guess it was assumed that the user gets, that they have to install it again afterwards (the correct version) if they still need the software 🤔

    • Sternout@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      He’s not wrong though. Historically left parties have been more splintered than right ones.