this post was submitted on 06 Oct 2023
919 points (95.9% liked)

linuxmemes

21192 readers
151 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] intelati@programming.dev 14 points 1 year ago (1 children)

    I've daily drivered arch for a couple months now. Only a few time have I not searched and found a wiki/forum with the precise error/comment and a solution/fix for the problem.

    It's almost literally insane.

    [–] uranibaba@lemmy.world 3 points 1 year ago (4 children)

    How would you compare it to Ubuntu? I have never tried Arch before.

    [–] BeardedGingerWonder@feddit.uk 11 points 1 year ago

    Well for a start it's compulsory to tell everyone you use it.

    [–] penquin@lemm.ee 4 points 1 year ago

    I have run all kinds of distros. Loved them all, btw. But nothing comes even close to arch and its derivatives. I've been running emdeavourOS for almost 1.5 years now and it's been fantastic. The AUR is godsend. I have never bothered with flatpaks, snaps or appimages. AUR has everything I need.

    [–] intelati@programming.dev 3 points 1 year ago

    I'm going from Ubuntu 16 or so (took a break since then). The flexibility/customization/wikis of arch make it better IMO

    [–] bitwaba@lemmy.world 2 points 1 year ago (1 children)

    If you're moderately comfortable with the command line, Arch is amazing. I find it considerably easier to find software I want to install, and find answers to problems I have.

    I would say that if you're not interested in learning when something goes wrong, so you're not really interested in anything other than i don't care I just want it to work then it's not the distro for you.

    The rolling release style is really great and Arch is rock solid, so if you are looking for something a little more user friendly, Endeavor is worth a try as it is Arch based but focused on an easier to use system.

    I installed Arch for the first time in March of last year for my primary gaming PC. Previously my gaming PCs were windows but I keep a separate file server and HTPC each running Ubuntu. I'm in the process of switching both of them over to Arch now because I just consider package management and updates so much easier.

    [–] CosmicCleric@lemmy.world 1 points 1 year ago (2 children)

    The rolling release style is really great and Arch is rock solid

    Truly don't mean to be argumentative, but, I read all the time how an update will semi-brick it, requiring repair. ?

    [–] recarsion@discuss.tchncs.de 1 points 1 year ago (1 children)

    Happens every once in a while but usually it's a trivial repair

    [–] CosmicCleric@lemmy.world 1 points 1 year ago (1 children)

    The rolling release style is really great and Arch is rock solid

    Truly don’t mean to be argumentative, but, I read all the time how an update will semi-brick it, requiring repair. ?

    Happens every once in a while but usually it’s a trivial repair

    Fair enough, but not sure I I'd classify that as "rock solid".

    Also I'm assuming it's a "trivial repair" for those who are technically knowledgeable, but not so much for those who are not.

    [–] recarsion@discuss.tchncs.de 1 points 1 year ago (1 children)

    Well, I should have worded it better. Minor issues happen every once in a while, not semi-bricked systems. On my current installation of Endeavour (an Arch derivative) which is about 1 year old, the only thing that broke for maybe a few days was Steam when they rolled out their new UI, but I could work around that by using a command line argument which I found through simple googling - no technical knowledge required, at least not more than an average gamer would have. And the issue was solved with the next nvidia update.

    Your mileage may vary of course, but for me I don't feel I've had more issues on Arch than other distros.

    [–] CosmicCleric@lemmy.world 2 points 1 year ago

    Fair enough. Thanks for replying.

    [–] bitwaba@lemmy.world 1 points 1 year ago

    There's the primary maintained software repository, then there's the AUR. I think most of the times people's systems break because as inexperienced users they find a specific piece of software a site told them to install and its only available in the AUR, instead of finding something properly maintained that already exists to do the same thing. Over time you end up with a mess of a system relying on user maintained build files.

    I learned a lot in my first year of Arch (probably my 15th+ year of Linux though and I was not afraid of the command line) so I decided to reinstall my system after that first year and one of the choices I made was to not use AUR packages (except in very specific cases). I also changed bootloader's and a few other things.

    I've had mine break twice I think. The first time was because I didn't know the general rule was "if you're doing an update, update everything". I saw an updated GPU driver was released so I installed it, but didn't bother with anything else. Turns out you're supposed to update the graphics drivers and kernel at the same time, so i wasn't getting output after booting the kernel. The beauty of Arch though is that when you learn to install it, you also learn how to fix it. Booted off the USB installer stick, mounted my root partition, chrooted to it, then ran a system update. I was back booted up, logged in, and gaming in less than 10 minutes from discovering the problem.

    In general, I would say people's systems getting bricked "all the time" is a bit hyperbolic.