this post was submitted on 07 Aug 2023
205 points (94.0% liked)

linuxmemes

19747 readers
1821 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (3 children)

Never had any issues with Arch and im not the only one. If your system is unstable, it's your fault, point to the line.

[–] havokdj 3 points 11 months ago (1 children)

Now look, that isn't true. While yes, the maintenance of your system is entirely up to you, you cannot help it when a bug comes from an update. Typically if you stay away from the git versions of software, you should be fine, but library updates break stuff all the time, all it takes is that one piece of software that you use to not be compatible with an update and you're out. Yes you could downgrade that package, but what if something else you uses requires that updated package? Then you're downgrading that. Next thing you know, 30 libraries have to be downgraded because they changed the way their syscalls work and that software cannot make use of the libraries the way they are.

I prefer using arch and I don't have any problem doing any of this stuff (I approach software the suckless way save for a file manager), but I can see why a lot of people look elsewhere for their distro of choice.

[–] [email protected] 2 points 11 months ago (1 children)

bugs is something that can happen when you build your system yourself

[–] havokdj 1 points 11 months ago (1 children)

I wouldn't really call arch a system you build yourself, as that would imply you are building every package from source including the base packages. Stage 3 Gentoo is IMO the bare minimum.

[–] [email protected] 2 points 10 months ago

it's a diy distro, even if you use pre-compiled packages you're technically building your system yourself

[–] RockyBass 3 points 11 months ago

Meh, kinda depends. Most issues I've had with Arch are related to bugs with apps rather than system breakage (looking at you early Plasma). Overall Arch is stable and issues are resolved quickly, though sometimes you may need to avoid major software releases for a while.

[–] InverseParallax 1 points 11 months ago (2 children)

Lived on gentoo for a decade with less problems than I had on arch.

[–] [email protected] 2 points 11 months ago

never said Arch was perfect, boths are diy & great distros, the only bad thing i could mention about gentoo is portage being written in Python

[–] havokdj 1 points 11 months ago

That isn't saying much. I'd say gentoo honestly has better system stability than even Debian if you know how to properly set up your system