103
submitted 20 hours ago by foofiepie@lemmy.world to c/linux@lemmy.world

Tried for half the weekend to get elementary to work, it just refused to install for reasons unknown.

Gone with Mint for now.

I like the hardware (an old Intel MacBook Air) and didn’t want it to go to waste.

I’ll see how I get on with this desktop. Went feet first straight to bare metal because I couldn’t be bothered with dual boot. It was too much faff. Would value any insight from others who’ve found a lovely distro/DE combo with these tiny machines.

Making my first moves away from proprietary software. Thanks largely to being inspired by you delightful folk.

you are viewing a single comment's thread
view the rest of the comments
[-] throwaway403@programming.dev 10 points 19 hours ago* (last edited 18 hours ago)

Arch is an OS that’s quite fully featured

Not entirely sure what you mean with that.

suited to veteran/power users

The gist is that Arch pretty much comes with little to no defaults. So, you are literally put into the position to make all the important decisions. Which, as you might have imagined already, basically requires you to be pretty knowledgeable on Linux in the first place. Thus making it mostly unsuitable for new users. Though, I won't dismiss a special breed of newb that somehow manages to rawdog it quite 'successfully'.

because it has regular updates

We refer to its release cycle as rolling release. Which basically alludes to the absence of a point release.

The version of Linux Mint you were on is 21.2 and you'll soon be on 22.3. After some time, you'll be on 23.x etc. These are referred to as point releases. So, whenever a new point release update hits, you'll receive a couple of months' worth of updates. And between two consecutive point releases, you'll receive little to no updates. So, basically, Linux Mint deliberately chooses to hold updates of. By doing so, it ensures you'll only receive updates that have undergone thorough testing.

Arch, on the other hand, has a much leaner testing phase. Heck, as pointed out earlier, it doesn't even wait for a certain moment to reach before it outputs an update. Instead, after the packages have had some testing, it pushes the updates out for its users to receive it. As such, you'll receive constant updates. And you're somewhat expected to at least perform daily updates. By doing so, it ensures you'll always have access to the latest and greatest.

Note that Arch is not the only rolling release distro. But, out of the 'Big 3'^[The others being Debian and Fedora*.], it's the only one that is rolling release by default.

Its release cycle does indirectly contribute to Arch being less newbie-friendly. Basically, any update comes with the risk of causing breakage. On Debian, this risk is partly mitigated by the infrequency of updates and by pushing out very well-tested updates to begin with. On Arch, you just have to deal with it every once in a while.

Note, however, that it's most often your fault and not Arch's. Secondly, after dealing with this a couple of times, you'd have acquired some excellent skills in troubleshooting.

highly mutable

Traditional distros are basically equally mutable. So, Arch doesn't (necessarily) outdo e.g. Debian or Fedora in this regard.

It has its own repo too by the looks of it?

It does. But that's a thing with independent distros. Linux Mint is a derivative of Ubuntu. Which, itself is a derivative of Debian. Debian, however, is independent. Similarly, Arch isn't derived from anything else; hence, it's an independent distro.

The list of independent distros isn't huge or anything, but I suppose there are at least a couple of dozens of 'm.

As for the own repository part, both pkgs.org and repology.org feature some resources on that.

[-] victorz@lemmy.world 4 points 7 hours ago

you're somewhat expected to at least perform daily updates.

As an Arch user of a decade by now, I tell you all, you most certainly do not need to update every day, I repeat, you do not need to update every day. That is absolutely not necessary, and will cause much undue stress. I would not recommend that at all. I update maybe once a week. And I find that to be quite consuming as it is.

[-] throwaway403@programming.dev 3 points 6 hours ago

Thanks for the elaboration!

The reply was already becoming quite long, so I deliberately chose to cut some corners here and there. I was hoping that the "somewhat" qualifier would do the heavy-lifting 😜.

[-] victorz@lemmy.world 3 points 4 hours ago

😁 no worries, yeah. If I see an Arch user recommend updating daily, I would definitely question their experience. 😅

[-] throwaway403@programming.dev 2 points 4 hours ago

If I see an Arch user recommend updating daily, I would definitely question their experience. 😅

Interesting.

So, as I kinda alluded to elsewhere, I don't daily Arch nor have I ever done so in the past. I did have it as a dual boot earlier in my Linux journey. However, after breaking it for the second time, I just called it quits 😅.

Anyhow, with that out of the way, I am interested in your perspective w.r.t update frequency on Arch.

It has basically been my head canon that updating daily is (at least) reasonable on Arch. And while its excellent wiki doesn't dictate any number, I'm inclined to believe that -by updating once a week- one is acting by the lower bound in terms of frequency; I'd argue the default settings of paccache suggest as such.

[-] victorz@lemmy.world 2 points 7 hours ago* (last edited 7 hours ago)

On Debian, this risk is partly mitigated by the infrequency of updates and by pushing out very well-tested updates to begin with. On Arch, you just have to deal with it every once in a while.

... not if you just postpone updating to the same schedule as Debian, lol. By spacing your updates out, you reduce the risk of catching breaking changes in just the same manner as Debian. Although Debian probably has more rigorous human testing as part of its release strategy, granted.

At any rate, I haven't had Arch break on me due to an update in all of the years I've used it. Over a decade by now. And I update very regularly.

[-] throwaway403@programming.dev 2 points 6 hours ago* (last edited 6 hours ago)

not if you just postpone updating to the same schedule as Debian, lol.

LOL, indeed.

About the breaking part, kudos to you for doing a great job at maintaining Arch. But I assume/think^[Please feel free to push back on this.] most people don't enjoy 'babysitting'^[This term isn't meant derogatory or anything. But it's what comes up to me whenever I see how involved this is. By contrast, I actually do apply daily updates on my semi-rolling daily driver. But I never have to give it any thought. Heck, it even happens automatically.] their OS 😅.

[-] victorz@lemmy.world 2 points 4 hours ago* (last edited 4 hours ago)

Yeah, that's a very common misconception, that you constantly have to "maintain" Arch, as if something happens to it just by having your computer running.

I do very little "maintenance" other than issue these commands:

$ paru
...
$ flatpak update
...

Before I upgrade the system, I check archlinux.org in order to see if there are any breaking changes that need manual handling. (Has happened maybe 2 times with packages that I have actually had installed, in 10+ years.)

Then, when paru has invoked pacman and upgraded native packages (from the Arch repo) and starts to upgrade foreign packages (from the AUR), I check the diffs in the package files (paru displays them) to make sure nothing looks fishy. Obviously upgrading Flatpak packages needs no maintenance.

This all takes about 5 minutes each time I do it, including downloading of new package versions, which is very little time per week. Even less if you do it less frequently, which you definitely can.

So when you say I do a good job maintaining Arch, is not really me. 😅 The Arch developers have done a superb job for me. And the maintainers of the Arch wiki are also true heroes. I just use it. 👍

The page you linked to is slightly FUD and yet simultaneously true because theoretically anything can happen and that serves as a disclaimer that the developers shouldn't be to blame, and nobody is owed support if something were to potentially break.

Ubuntu broke loads of times for me back in the day. Had to reinstall it several times. And all I did was issue the command for upgrading to a new Ubuntu point release. 😅

[-] victorz@lemmy.world 2 points 7 hours ago

Though, I won't dismiss a special breed of newb that somehow manages to rawdog it quite 'successfully'.

I see people using the term "rawdogging" a lot and I don't think they actually know what it means. 🫣

[-] throwaway403@programming.dev 3 points 6 hours ago

I used it in this sense. But yeah, I admit it's not the traditional dictionary meaning. Unsure if it would be right to qualify it as a semantic change, though.

[-] victorz@lemmy.world 3 points 4 hours ago

Fair enough 😆

[-] foofiepie@lemmy.world 4 points 17 hours ago

This is a hugely informative reply thank you!

[-] throwaway403@programming.dev 2 points 8 hours ago

It has been my pleasure :) . Thanks for the kind words!

this post was submitted on 17 Aug 2026
103 points (99.0% liked)

Linux

18721 readers
141 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 3 years ago
MODERATORS