this post was submitted on 24 Aug 2023
163 points (79.4% liked)
Linux
48012 readers
869 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Arch
Being 64-bit doesn't make you special, my Nintendo 64 is 27 yrs old and it's 64-bit
Being bleeding edge doesn't make you special, all I have to do is sit on a nail and now I'm bleeding edge too
Rolling releases don't make you special, anyone can have those if they take a shit on a steep slope
/s (was hoping we'd be able to leave this behind on reddit, but alas, people's sense of humor...)
I know you're making a joke but I was convinced recently to try out Arch. I'm running it right now. I was told it's a DIY distro for advanced users and you really have to know what you're doing, etc etc. I had the system up and running in 20 minutes, and about an hour to copy my backup to /home and configure a few things. I coped the various pacman commands to a text file to use as a cheat sheet until muscle memory kicked in.
..and that was it. What is so advanced about Arch? It's literally the same as every other distro. "pacman -Syu" is no different from "zypper dup" in Tumbleweed. I don't get the hype. I mean it's fine. I don't have any overwhelming desire to use something else at the moment because it's annoying to change distros. It's working and everything is fine. As I would expect it to be. But people talk about Arch like its something to be proud of? I guess the relentless "arch btw" attitude made me think it would be something special.
I guess the install is hard for some people? But you just create some partitions, install a boot loader, and then an automated system installs your DE. That's DIY? You want DIY go install NixOS or Void, or hell, go OG with Slackware. Arch is way overrated. That doesn't mean it's bad, but it's just Linux and it's no different from anything else. KDE is KDE no matter who packages it.
10 years ago the installer dumped you out in the CLI and you had to run pacman -S kde (or whatever your desktop environment was), so that was much more of a "DIY but with good tools and the best wiki" kind of deal.
But yeah, agreed. These days it's pretty dang easy.
That's exactly how I installed it. The install media boots to cli. You partition your disks, install the boot loader, add a user, and then pacman does the rest. I didn't really find this all that "hands on". Sure it's not the same as clicking Next on an installer but none of it is very complicated at all. Don't get me wrong, as someone else replied, being needlessly difficult is stupid. But when people are saying "advanced users only, DIY, etc" I'm thinking like a Gentoo install or something. I was surprised how simple it was with all the hype and evangelizing that goes on around Arch. It's a good package manager, AUR seems interesting even if I don't really need it. But you must admit the hype is a bit overboard.
Oh, yeah, for sure. AUR stuff is a somewhat more hands-on, at least if you actually read/edit PKGBUILD files the way you're meant to, and it's not too hard to shoot yourself in the foot if you've never had the guard rails off before, but yeah, pacman makes stuff easy.
"Advanced users only" these days seems to generally just mean, "CLI is a hard requirement" and maybe "you have to edit config files and not use a GUI" or (heaven forbid) "you may need to actually read and follow instructions"