• sederx@programming.dev
    link
    fedilink
    arrow-up
    119
    arrow-down
    1
    ·
    9 months ago

    But new users don’t even know what snaps are. They don’t care. We care because we are crazy bastards

      • IHeartBadCode@kbin.social
        link
        fedilink
        arrow-up
        76
        ·
        9 months ago

        I am so sorry this got so long. I’m absolutely horrible at brevity.

        Applications use things called libraries to provide particular functions rather than implement those functions themselves. So like “handle HTTP request” as an example, you can just use a HTTP library to handle it for you so you can focus on developing your application.

        As time progresses, libraries change and release new versions. Most of the time one version is compatible with the other. Sometimes, especially when there is a major version change, the two version are incompatible. If an application relied on that library and a major incompatible change was made, the application also needs to be changed for the new version of the library.

        A Linux distro usually selects the version of each library that they are going to ship with their release and maintain it via updates. However, your distro provider and some neat program you might use are usually two different people. So the neat program you use might have change their application to be compatible with a library that might not make it into your distro until next release.

        At that point you have one of two options. Wait until your distro provides the updated library or the go it alone route of you updating your own library (which libraries can depend on other libraries, which means you could be opening a whole Pandora’s box here). The go it alone route also means that you have to turn off your distro’s updates because they’ll just overwrite everything you’ve done library wise.

        This is where snaps, flatpaks, and appimages come into play. In a very basic sense, they provide a means for a program to include all the libraries it’ll need to run, without those libraries conflicting with your current setup from the distro. You might hear them as “containerized programs”, however, they’re not exactly the Docker style “container”, but from an isolating perspective, that’s mostly correct. So your neat application that relies on the newest libraries, they can be put into a snap, flatpak, or appimage and you can run that program with those new libraries no need for your distro to provide them or for you to go it alone.

        I won’t bore you on the technical difference between the formats, but just mostly focus on what I usually hear is the objectionable issue with snaps. Snaps is a format that is developed by Canonical. All of these formats have a means of distribution, that is how do you get the program to install and how it is updated. Because you know, getting regular updates of your program is still really important. With snaps, Canonical uses a cryptographic signature to indicate that the distribution of the program has come from their “Snaps Store”. And that’s the main issue folks have taken with snaps.

        So unlike the other kinds of formats, snaps are only really useful when they are acquired from the Canonical Snaps Store. You can bypass the checking of the cryptographic signature via the command line, but Ubuntu will not automatically check for updates on software installed via that method, you must check for updates manually. In contrast, anyone can build and maintain their own flatpak “store” or central repository. Only Canonical can distribute snaps and provide all of the nice features of distribution like automatic updates.

        So that’s the main gripe, there’s technical issues as well between the formats which I won’t get into. But the main high level argument is the conflicting ideas of “open and free to all” that is usually associated with the Linux group (and FOSS [Free and open-source software] in general) and the “only Canonical can distribute” that comes with snaps. So as @sederx indicated, if that’s not an argument that resonates with you, the debate is pretty moot.

        There’s some user level difference like some snaps can run a bit slower than a native program, but Canonical has updated things with snaps to address some of that. Flatpak sandboxing can make it difficult to access files on your system, but flatpak permissions can be edited with things like Flatseal. Etc. It’s what I would file into the “papercut” box of problems. But for some, those papercuts matter and ultimately turn people off from the whole Linux thing. So there’s arguments that come from that as well, but that’s so universal “just different in how the papercut happens” that I just file that as a debate between container and native applications, rather a debate about formats.

          • LordOfTheChia@lemmy.world
            link
            fedilink
            arrow-up
            19
            ·
            9 months ago

            I think of snap and flatpack as docker containers but for GUI apps.

            There’s more differences of course, but I take that as the gist.

          • DerisionConsulting@lemmy.ca
            link
            fedilink
            English
            arrow-up
            5
            ·
            edit-2
            9 months ago

            Take that person’s post, comparing it to cooking.

            Sometimes you use a Library pre-made sauce or spice blend as part of a recipe, so you don’t need to waste time remaking something that is commonly used.

            Every so often, a company will tweak the recipe for the things you are using, but it still basically tastes the same. Sometimes they just decide that now it’s salty instead of sweet, so it would complete ruin the dish you would like to make.

            The recipe you are using assumes you live in Australia where the new version of the sauce/spice blend is more common, but where you live still only sells the old version.

            So now you can either wait for the store to sell the new sauce/spice blend, import it from Australia, or try to make it yourself. But you might have another recipe that still needs/uses the old sauce/spice blend. Needing to have both can lead to issues where you use the wrong one, ruining the food you are trying to make.

            This is where snaps, flatpaks, and appimages those dish-in-a-box kits come into play. They’ll have the correct version of the spices/sauces you want, so it doesn’t really matter which version you have in your kitchen.

            Snaps branded dish-in-a-box kits are developed by Canonical, and they can be kinda weird. You need to check for updates if you need to re-buy them manually, and you can only get them from the “Snaps Store”. Other dish-in-a-box kits allow you to get them from whichever store you want, and will automatically re-order when needed.

            And that’s the main issue folks have taken with snaps. If you have 50+ programs are making a meal with 50+ dishes, and you need to constantly check if you need to rebuy them one by one, it gets old quickly.


            Also, Snaps takes up a lot of room, and generally just kinda suck compared to installing things normally or through flatpack.

        • COASTER1921@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          My first introduction to them was “hey why does startup take so long now? This machine used to be so much faster.” and realizing it was snapd that was eating up the time. It’s also not exactly efficient at using storage compared to native installs of dependencies.

          For a desktop these may not be noticable but for low power embedded systems it’s a nightmare. It should be an option but really isn’t ready to be default. And when appimages are already a thing that work well I don’t really see the point.

      • Toaster@lemmy.world
        link
        fedilink
        arrow-up
        26
        ·
        9 months ago

        Here friend, I also didn’t know

        Snap is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel and the systemd init system. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions[3] and allow upstream software developers to distribute their applications directly to users. Snaps are self-contained applications running in a sandbox with mediated access to the host system. Snap was originally released for cloud applications[4] but was later ported to also work for Internet of Things devices[5][6] and desktop[7][8] applications.

        • wreckedcarzz@lemmy.world
          cake
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          8
          ·
          9 months ago

          So (having tried various distro for almost 2 decades now, but always reverting to windows) the two useful things as I read that are 1) not having to know thst some bullshit distro doesn’t use apt and you need to figure out wtf the package manager is because this distro is a special snowflake and they wanted to show the world by being a bitch and not using apt; and 2) direct from devs, which is nice and imo preferred.

          But like… native packages mostly handled this? I’ve been watching from the sidelines for a few years as this happened and I’m still like ‘this is a solution looking for a problem, and adding complexity in the name of simplicity’.

          Can I get a tl;dr on flatpak? I think it’s basically snaps but again ‘we can make this standard better! by creating another fragment to the available standards!’ which is just, ugh.

          That kinda is (one of) the big issues with Linux, in my eyes - everyone thinks their shitty implementation is best, and this happens for everything, and so instead of having one standard for everything you have 53 and none of them get the proper dev time and so ‘I can do this better’ and now you have 54 standards and […]. Like, it’s cool to be able to patchwork together the special sauce of 18 distros manually, but like… There could be consolidation and then 1 would have the special sauce of 18 in a user-friendly iso instead of taking 35 hours to get working. As a user, I want shit to just fucking work, or be moderately easy to get. Adding more fragmentation to the space is doing a disservice to the whole community.

          My thoughts.

      • Magister@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        9 months ago

        I’m using Linux for almost 30 years and never use snap or flatpak. I install native apps with apt or pacman or whatever.

        • LainOfTheWired@lemy.lol
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 months ago

          I’m not completely sure but don’t flatpaks offer good sandboxing. If they do it could be a good idea for people who use/need proprietary software like steam and zoom so when you run those programs at least it can’t read through your files and stuff

          • cley_faye@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            You don’t need to break everything that exists, cause maintenance issues and incur that much overhead to have sandboxing. The security features that allows sandboxing in the first place are also available for regular binaries not installed in some weird ways, with all their advantages and flaws.

            Snap is just Canonical’s way of getting more control over things. The only upside of Snap was “easier distribution”, which turned out to not be that true. The downsides, however, especially regarding maintenances and software updates, are very real.

    • fraydabson@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      1
      ·
      9 months ago

      The problem is they don’t care until it becomes an issue which by then becomes harder to fix. I also just really hate snap lol

    • Jumuta@sh.itjust.works
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      9 months ago

      I think they would care if they knew the benefits of not having snaps.

      There’s little to no advantage in having them, so why have them?

          • RmDebArc_5@lemmy.mlOP
            link
            fedilink
            arrow-up
            6
            ·
            9 months ago

            It’s confusing if there are more than one version of an app and the fact that the command to install one installs the other doesn’t make it better

            • fuckwit_mcbumcrumble@lemmy.world
              link
              fedilink
              English
              arrow-up
              4
              arrow-down
              1
              ·
              9 months ago

              There’s already more than one version without snap, it’s already a confusing mess. Not all distros are compatible with the exact same binaries. And people probably don’t want to compile everything form source.

              Snap could potentially unify things, and remove all of that confusion.

          • rambaroo@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            9 months ago

            Flatpaks are just as easy to use without the drawbacks of snaps. There’s no reason to use snaps excet for Canonical pushing them on end users.

            And frankly snaps frequently don’t work well, that’s the entire reason people hate them.

  • Molten_Moron@lemmings.world
    link
    fedilink
    arrow-up
    35
    arrow-down
    2
    ·
    9 months ago

    I recently started using Mint after years on Debian.

    I may be weird here, but it has quickly become my favorite distro.

    It’s snappy and super user-friendly, plus it’s been de-Ubuntu-d. Out of the box Flatpak support is just nice to have, and Cinnamon is a sweet de.

    • digger@lemmy.ca
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      9 months ago

      I’ve done my fair share of distro hopping. Mint is the distribution that I have to do the least amount of configuring starting from a clean install.

      • Fungah@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        9 months ago

        It’s the most stable distro I’ve used so far. Manjaro just seems like it’s a ticking time bomb just waiting for borked o’clock to come. I couldn’t get Nvidia drivers working on fedorat all. Ubuntu was just slow as ass. I don’t know why. But it was just fucked from junk street. I’ve given it a go a few times. Just slow wet ass. Kali is snappy and clean but not meant to be a daily driver. Not would I use it as one.

        Mint works. It’s relatively snappy. I like the gui. It’s customizabe.

    • Bruncvik@lemmy.world
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      9 months ago

      I use Mint, and I found that it’s the best distro for introducing my family to Linux. Those who tried it never asked for their Windows back.

    • agent_flounder@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      9 months ago

      Totally. Man I gotta try an updated mint and see if it will work for gaming. I miss the stability.

      • RobotZap10000@feddit.nl
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        As an anecdote, the only games that I play that require more fixing than pasting something into the launch options or using another version of Proton are VR games. Half Life: Alyx somehow works perfectly fine. Otherwise the devs forget to tick the box in their anticheat to allow Linux.

        • agent_flounder@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          Good to know!

          For now, I ended up reinstalling Nobara until I can test if Mint on 5.19 kernel has fixed the issue with my RX 6600.

          Nobara is great for my gaming so far. But wouldn’t mind a more mainstream distro that has fixed some of the less common bugs I seem to always find.

    • whyNotSquirrel@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      wasn’t it stopped? was using it around 2012 but thought they stopped maintening it.

      Liked it because there was no need for version upgrade

      • ChunkyPud@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        Nope I use it and they are on the most recent stable Debian. No snaps and built in flatpack support.

      • palordrolap@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        LMDE6 came out within the last couple of months. It’s based on Debian 12 which, at time of writing, is less than 6 months old.

        Upgrading is still wise every couple of years because the base Debian distro also reaches EOL, but yes, rolling updates occur constantly in the meantime. Provided the system owner allows them to anyway.

      • digger@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        I’m running the most recent version, based on Bookworm, as my daily driver.

  • JCreazy@midwest.social
    link
    fedilink
    English
    arrow-up
    20
    ·
    9 months ago

    I was running Linux Mint until the other day when I found out Linux Mint Debian Edition existed so I installed that. I’m a recent Linux convert and I can safely say that Lemmy might have partially been the reason. I’ve been loving it so far.

  • fl42v@lemmy.ml
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    9 months ago

    Quit Linux? More like quit [non-server revisions of] Ubuntu… Besides, I somehow have an impression that preinstalled crap is among the popular reasons to why ppl leave windows

  • Underwaterbob@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    ·
    9 months ago

    All the talk of Mint lately. Looks like my fifteen-year Ubuntu streak may be coming to an end. Will I, decidedly not a power-user just an Internet browser, occasional game player, Csound programmer, Libreoffice user notice a difference? Is Mint better at printing? That’s the only real problem I’ve had with Ubuntu over the years.

    • Johanno@feddit.de
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      edit-2
      9 months ago

      In my experience Linux is better at printing than windows. Especially debian based distros.

      However you can just Google your printer and see if there are issues.

      Edit: can’t read. I don’t know if there will be any change on printing since mint really just removes snap and Ubuntu stuff and adds flatpak and a few smaller details.

      • Underwaterbob@lemm.ee
        link
        fedilink
        English
        arrow-up
        7
        ·
        9 months ago

        It was weird. Ubuntu 18.04 LTS printed perfectly. First try, every time. Barring printer issues not related to the OS anyway. Then, 20.04 dropped, and I couldn’t print anything. For two years, I had to move files to the Mac on the front desk to print at work because it refused to print anything. Same printer. I tried a few fixes people had posted, but none worked for me, and most fixes were for HP printers and mine is an Epson, which no one reported any problems with.

        Now, with 22.04, I get intermittent printing. It works more often than not, but I’d estimate my print jobs get randomly canceled about 30% of the time. Which is annoying, but not deal-breaking since I usually just push it through again, and it works. To be fair, it might be because of wireless printing, but I doubt it since like I said, 18.04 worked flawlessly with the exact same setup. I might just try out Mint sometime and see if it makes a difference.

        • chillytuna@universeodon.com
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          9 months ago

          @Underwaterbob @Johanno Have you considered using a Raspberry Pi as a printer server? It might not be ideal, but - if it (the Pi) is physically connected to your printer - I wonder if it could negate the 30% failure rate?

          • Underwaterbob@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 months ago

            That sounds like a lot of trouble and potential trouble for people who use the printer who don’t have the trouble I do. I can live with the failure rate. It happens quickly, and I can just print again. If Mint fixes it, that’s great!

    • SpaceNoodle@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      9 months ago

      Hell no. I can’t have my server updating itself without explicit approval, randomly breaking shit at any hour of the day.

    • whyNotSquirrel@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      Snap is basically Dockers right?

      I hated it and it made me switch to debian, I don’t see the point to install all dependencies for each apps, I guess they don’t want to deal with package dependencies anymore, so let’s install the same version of python 10 times

      • cley_faye@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        It’s supposedly containerisation, but not really docker. After all, docker itself merely presents the OS’s underlying feature in a somewhat more accessible way (keyword: somewhat).

        Snap is more like a big ecosystem around that idea that breaks everything that should work in that context, is a security nightmare and is sold as “work anywhere” but really only work in one place, which developers could have targeted in the beginning without having to rely on Snap to begin with.

      • SaltyIceteaMaker@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates.

    • diomnep@lemmynsfw.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Snaps just don’t really work very well. When I have had problems in the past and gone looking for answers, what I consistently find is that the problem is fixed by installing the non-snap version of . I love containers but if I am going to use them I want to have control over how they are configured and that they have access to.

      Or at least if I don’t control them I just want them to work, and they never do. I would use them if they weren’t consistently shit.

  • KᑌᔕᕼIᗩ@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    9 months ago

    Best distro imo right now for desktop. Fedora a close second.

    Others like Arch are great too but more for enthusiasts.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      9 months ago

      What makes Fedora good?

      I’ve been using Debian on servers for maybe 20 years now, so I’m very experienced with Debian on servers, but I’ve never really used the Fedora/RedHat/CentOS side of things.

      The last time I used a Linux desktop was Ubuntu back in 2006 or so, back when it was still a new up-and-coming distro and they’d send you a free CD (very useful since I was using dialup at the time).

      I’m thinking about which distros I should try since I want to switch from Windows. I’ve heard Mint and Pop OS are good? I might try Debian too. I used to love tweaking the OS back in my teenage years, but now I’m in my 30s and don’t have time to fix random breakages… I just want something stable that works well. (that’s why I was considering Debian)

      • Sanyanov@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        Debian remains the king of “something stable that works well”. And with release of Debian 12 that brought a lot of quality-of-life improvements, easier non-free package managing etc, many users go for it on their desktops. So I suggest you do too.

      • KᑌᔕᕼIᗩ@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        9 months ago

        Fedora tends to include a lot of the latest tech in a stable working configuration, stuff like Wayland and GNOME in the past and more. I like that I can get that while still enjoying a nice curated set of package repositories and without relying on something like the AUR for most packages. I’m happy to let others do the testing on the absolute bleeding edge and take the risks while I get to enjoy the fruits of that with a lot less pain with Fedora.

      • bitwolf@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        Fedora runs at a twice annual release model and includes kernel and firmware updates within those releases whereas Ubuntu matches a kernel with a release.

        Their packages, to me, feel much higher quality in terms of reliability and reaction time to reported bugs. They also test and guarantee updates for packages in their repos. I ran my college laptop through 15 system upgrades without any issues, nothing has been that reliable for me.

        I enjoyed using Ubuntu for several years and hadn’t considered Fedora until they were the first to default to Wayland (f21) and never switched again.

        You can do anything on any distro, so you end up just shopping for your fav package manager and default repo and staying there. I encourage you to play with all of them with a separated /home partition or so it’s easy to shop.

        • dan@upvote.au
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          Thanks for the details!

          I ran my college laptop through 15 system upgrades without any issues, nothing has been that reliable for me.

          I’ve got a VPS running Debian Bookworm (12.0, latest version at the moment) that I haven’t reformatted since Etch (4.0, 2007). I’ve just done an in-place upgrade every time a new version is out.

          That’s not a GUI setup though, so probably more stable when updating…

      • RmDebArc_5@lemmy.mlOP
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        9 months ago

        Fedora is moving a bit faster than Debian(but it’s pretty unstable), the main selling point is in my opinion dnf/rpm, but on a server a rhel clone would be a better choice. Pop OS and especially Mint are great distros, Debian is great but very outdated, I would try them live and then decide

    • Sanyanov@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      9 months ago

      Manjaro KDE (default) makes Arch a wonderful starting point. Beautiful (gold standard of KDE implementation), truly blazing fast (thanks, Arch), incredibly Windows-like, and unlike Arch itself, completely plug-and-play.

      Their update withholding schedule, while causing anger among some Arch enthusiasts, is what makes the system super stable and completely effortless to maintain, while remaining close to the bleeding edge.

      The only thing newbies should be taught is that AUR should be used with caution due to potential (rare) dependency version conflicts; luckily, Manjaro repos have just about everything you can think of and AUR is almost entirely unnecessary.

      • KᑌᔕᕼIᗩ@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        9 months ago

        Newbies should be taught to review what they install beforehand on the AUR which almost anyone can contribute to with minimal barriers. Most users treat it like any other package repository but its not the same thing and it’s definitely more risky then a curated repository.

        • Sanyanov@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          Sure! I just don’t expect people who just came from Windows/MacOS to get into that. I’m talking “just works” here. Later on, they’ll be able to develop that understanding too, but to each its time.

    • TwoBeeSan@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      Have not tried a mate based de yet. Gonna try this out after kde fedora.

      Been struggling to find a distro with good multi monitor multi aspect ratio setup without it fucking up when one is turned off.

      What sets mate apart in your opinion?

  • TimeSquirrel@kbin.social
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    9 months ago

    And both of them are just remixes of Debian. So why not just use the base distro for all of them?

    • EuroNutellaMan@lemmy.world
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      9 months ago

      Debian is not a good distro for the tech illiterate. The point of Linux Mint is to be a good entry point for people to Linux, some will stick to it and that’s fair cause it’s a good distro, some may move past it. Debian isn’t very friendly to noobs. Ubuntu is just garbage, I’d love it to be good but snaps are just that awful.

      • agent_flounder@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months ago

        I stuck with it because it worked and I could do all my electronics, software, 3dp development. It’s kind of nice to mostly forget about the OS and just get projects done.

    • merci3@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      9 months ago

      I think they should improve their website download page, and have an easier installer before I can recommend it as a first distro to someone. But that’s just my opinion. Some people even get Arch as their first distro, so…

      • soupcat@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        I’m brand new to linux and was just trying to install something on a partition and I couldn’t figure out how to do it with either fedora or mint, they kept giving me errors and asking about mount points and stuff I didn’t understand. Then I tried EndeavourOS and the install was so painless, it just asked for the partition and did the rest for me. It also worked with my wifi card out of the box as an added bonus. By far the easiest experience so far. The little bit of googling I had to do to figure out how to use pacman and yay was not a big deal compared to actually getting started with Linux.

        This might not count as Arch, but that’s my experience at least.

        • merci3@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          Yeah, every experience is valid! I was just stating my opinion about the general state of Linux installers, but the experience varies alot from person to person. Glad you made it to Linux tho 😄

          • soupcat@sopuli.xyz
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Haha, yeah, that’s the beauty of how easy it is to just make some installation media and try them out. Certainly wasn’t meaning to come off as argumentative, sorry if I did!

  • HiddenLayer5@lemmy.ml
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    9 months ago

    Out of the mainstream distros what might end up getting bought by Google or even Microsoft, Ubuntu seems to me like the most likely candidate.

    I mean, RedHat was once the even more likely candidate, but

  • 𝔼𝕩𝕦𝕤𝕚𝕒@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    9 months ago

    I like the idea of switching to Linux to break the strangle of windows on my hardware but I don’t know if all my games on Steam, Wargamings launcher and Automatic1111 will work properly if I made that switch. I installed Mint for a friend because I’m semi-literate and feel like messing with that…cmd window “terminal” to do…literally anything installation wise would get irritating.

    I want a Linux that is as easy to use out of the box as windows. Will Mint be that way or will I have to spend 5 hours figuring out special words for commands any time I want to install something?

    • Captain Aggravated@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      9 months ago

      I’ve been using Linux Mint as a daily driver for ten years now.

      I personally find Linux Mint to be easier to use than Windows out of the box. For example, you probably don’t have to worry about drivers at all; AMD Radeon drivers for example are built right into the kernel, they “just work.” In Windows, you have to go out to AMD’s website, download and install them.

      Linux has an app-store like system called a package manager. Most–including Linux Mint–have graphical ones that work just like the Play Store on Android does, except everything that’s in there is free. On a Mint machine, you open the App Menu, go to Administration > Software Manager. To install Steam, you search for “steam” in the box in the top right, and you’ll recognize the logo.

      This same task can be done from the terminal. You can open the terminal and type sudo apt install steam

      I will use both approaches depending on what I’m doing at the time. Like for example, it’s faster to install multiple programs via the terminal. sudo apt install steam obs blender audacity gimp shotcut inkscape would install all those apps in one big thing, no need to sit there clicking through the app store.

      Linux Mint won’t require use of the terminal very often, it has GUI menus and utilities for most things you’ll likely want to do. Sometimes, using the terminal is faster, easier, or more convenient, or just more fun. Yeah there’s fun to be had in the terminal. Get on Youtube and look up what “cowsay” does.

      • 𝔼𝕩𝕦𝕤𝕚𝕒@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        It seems like I can get borderlands games and tanks up and running on Mint, I’m ok with LibreOffice over Office 2010, but how does one begin to move any of this to a new OS? do I need to like take an entire day re-installing everything? Can I open it, as other have said, on an external hard drive, move stuff to the new OS, and then let it have most of the rest of the PC? (keeping maybe 500gb for windows in case I can’t find something working) how does dual boot work then? Can I just have it boot Mint all the time and then “switch user” over to windows?

        How is mint day to day? This is my big concern. Something going wrong and not having the time to go digging across a dozen pages to figure it out. (I’m savvy enough to know how to work Google and get answers, but I’d rather things just work you know?) Do Nvidia drivers work the same as windows as far as manually searching for them? Who do I turn to if I have a question noone has asked before? Is there like a catalog of commands and how do I learn how to use them?

        • Captain Aggravated@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          How does oen begin to move any of this to a new OS?

          Your apps won’t move; the Windows version of say LibreOffice won’t transfer to Windows. Instead, you’ll install Linux, then install LibreOffice (and all your software) from the Mint Software Manager. Your personal documents and such you’ll want to save on an external drive and then copy over once Mint is installed.

          Do I need to take an entire day re-installing everything?

          So one thing I’ve noticed about my computing habits with Linux: I install and uninstall software much more casually than I ever did on Windows. I’ve told stories before about how my father spent about two weeks moving from one Windows machine to another, while I moved into my Linux machine in a few hours, most of which was just letting the computer run while I did yard work.

          How does dual boot work then?

          Assuming you have a machine that already has Windows installed on it, you will either install a new unoccupied drive, or use Windows’ tools to shrink the C:/ partition to make room for Linux. You then shut down the computer and boot to a thumb drive with the Linux Mint ISO on it. During this process, Linux will detect the Windows MBR and can automatically install Linux in dual boot mode. It’ll basically shove the Windows bootloader aside and replace it with GRUB (Grand Unified Bootloader) which includes a menu for multi-boot machines so that you can choose an OS each time you boot the machine. Choose Linux, GRUB will boot Linux. Choose Windows, it’ll launch the Windows bootloader. There are several tutorials on this, follow one.

          How is mint day to day?

          I find it quite reliable and stable; I have had Mint Cinnamon Edition installed on at least one of my computers continuously for ten solid years now, it does what I need it to do. It doesn’t “just break.”

          Linux is different than Windows. The file system works differently, things are done in different ways, some concepts have different names. It will take some getting used to. Sure, the Cinnamon desktop looks pretty Windows like at first glance, but there are differences. I have seen folks try Linux, go to do some task, find that it isn’t done the way they’re used to doing it, immediately rage quit, and then show up on the internet saying obviously false things like “you can’t even rename a file in Linux.” Sure you can, you’re just used to the Windows way of doing things, the Linux way might be different. It will take some getting used to.

          One thing I’ll note is Linux Mint has a pretty good onboarding process, the Welcome screen shows you how to customize the look and feel and guides you through things like a system update. Definitely do a system update pretty soon after install, before even installing any software.

          Do Nvidia drivers work the same way as windows as far as manually searching for them?

          This can depend on the distribution. For example, Pop!_OS ships two different ISOs, one with the Nvidia drivers already installed, one without.

          On Linux Mint, there is a utility called a Driver Manager. It’s included with the OS, you’ll open that up, and click the “Nvidia” drivers instead of the 'Nouveau" ones. It’ll probably say “Recommended” next to one in green letters. Click that one then click Apply, it’ll download and install them for you. AMD is even easier; there’s nothing for you to do at all, official AMD drivers are built into the kernel.

          Who do I turn to with a question noone has asked before?

          You can ask in Linux communities on Lemmy, Reddit, or on your distro’s forums. Linux Mint’s forums (found on linuxmint.com) are a wealth of knowledge.

          Is there like a catalog of commands and how do I learn to use them?

          Linux terminal commands are just programs. “steam” is a Linux terminal command, it launches Steam if installed.

          There is a built-in manual which you can access with the man command, For example, if you want to read about how to use the list command, ls, you type man ls and it’ll tell you all about it. There are commands like which and apropos which can help you find the commands you need.

          There are lots of great tutorials on Youtube to get you started learning the basics, like how to move around the file system, create and delete files, etc. It can be pretty fun. You might want to spin up a Linux distro in something like VirtualBox and try one of those tutorials out before you fully install Linux on real hardware.

          • 𝔼𝕩𝕦𝕤𝕚𝕒@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            9 months ago

            Appreciate you taking the time to break it down and explain it like this. I might convert an extra ssd into Mint and start there. Another user mentioned Proton, if I don’t like Linux, do I just use Disk Management in Windows to “delete” the Linux partition and then re-allocate it and install proton?

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        9 months ago

        You just use the same ones. You Google for it and copy paste what you find. 99% of your issues will be solved by that unless you want to go further.

        • AeroLemming@lemm.ee
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 months ago

          It’s legitimately a good use for ChatGPT. You just have to put what you want into words and then it gives you the command.

    • RogueBanana@lemmy.zip
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      Not all of your games will work on linux but thats not a linux problem but a game developer fault. You cant do anything about that by switching to a different distro. Especially those fps games with intrusive kernel level anti cheat will never be supported. Go to protondb and look up all the games that you need and see what works. I personally made the switch and simply stopped playing those that doesn’t as for each that doesnt work theres a dozen of them that does. Proton really is a godsend.

      And installing anything on linux isnt such voodoo magic that you have to worry about. For example flatpak lets you do “flatpak install something” and everything is done without you opening your browser and downloading stuff, going through a lengthy annoying installer. If you want to completely avoid opening terminal then some have appstore like discover on nobara which is simply microsoft store but actually usable. For those that arent on repo you can still download a package and install like windows. Linux really isnt that hard and i would even say its easier than windows if you get one of stable ready to run distros that simply works without any tweaking. It took you years to get used to windows so everything different looks difficult when it just takes a month or 2 to get used to it. If you dont want to make the jump then dual boot it and use it for a while till youre ready to remove windows completely.

    • kalkulat@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      You can install Mint alongside Win in a dual-boot configuration … then you can switch to it to figure out the gaming situation. (You just need to learn how to do that dual-boot install carefully. I recommend reading in the LM forums to learn that: https://forums.linuxmint.com/ ) OR you can install LM on a second drive, as many have.

    • GarrettBird@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      Steam itself works fine on Linux. I don’t think I have a single game in my library that doesn’t work. I’m using Arch (btw) and I’ve found that for my use case (internet browsing and video games) that I haven’t had any major issues.

      The two issues I do have are:

      • If I go too long without updating then package dependencies get screwed and its a headache to fix. -Downloaded applications need the console to allow them to be run. (This is just a single command I have sticky noted to my monitor.)

      I still have my Windows install (dual boot) as a just in case backup, but its been months since I’ve used it.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      9 months ago

      https://www.protondb.com/

      It looks like world of tanks at least works on Linux fine. I haven’t tried it, but it’s rated as gold.

      https://www.protondb.com/search?q=World of tanks

      As for stuff in the terminal, if you ever need to use it, you’ll probably be able to find what commands you need online and copy/paste. There are a lot of thing you can do in the terminal, but it isn’t required much. As for installing software, it’s significantly easier and more convenient than in Windows. It works more similar to Android or IPhone, where there’s a shared place to get them from and they will all be updated through that as well, instead of having to launch the application and have it check for updates, download/install them, then relaunch.

  • demystify@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    9 months ago

    Can you opt out of snap on Ubuntu? I’ve heard some system and essential apps use it, so it might break stuff if you do

    • Silejonu@kbin.social
      link
      fedilink
      arrow-up
      9
      ·
      9 months ago

      If you’re basically recreating Linux Mint from scratch, yes.

      Linux can be heavily modified, and removing Snap from Ubuntu is no exception. But it’s an involved process.

    • woelkchen@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      9 months ago

      Can you opt out of snap on Ubuntu?

      For now. I’m 100% convinced Ubuntu will move to a fully Snap model leading up to 26.04, basically making Ubuntu Core the mainstream version.

    • Artyom@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      And you will have to install many widely used apps like Firefox manually via a PPA or compiling from source.