this post was submitted on 17 Feb 2025
562 points (84.7% liked)
Linux
50369 readers
1668 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
The install guide is not 50 pages-long, common!
the arch experience is weirdly weird honestly. arch is not hard to use, the wiki documentations are pretty extensive. but still there are people who dont even know how to use a wiki. what people needs to do is not learn how to use arch, but learn how to change their perspective on arch instead
I'm not completely up to speed with the core principles of Arch, but I think it revolves around KISS (Keep It Simple, Stupid!). Meaning that Arch doesn't hold your hand with nice GUIs. Instead, it tries to make the command line interface as easy to understand and use as possible. So if you run into a problem, you're more likely to understand how to fix it, or at least what the root cause is. Which is not a given when you're used to distros with more abstraction like Ubuntu. Then again, this design concept is not for everyone.
I don't think arch does much to make commandline easier to use it understand - instead I'd say it aims to teach you how to use it, because it might be easier than you realize, but importantly it tries to tell you why. Instead of just giving you the command to run, the wiki explains various details of software, and the manual installation process tells you which components you need without forcing a specific choice. As a result, hopefully after using arch you'll know how your system works, how to tweak it, and how to fix issues - not necessarily by knowing how to fix each individual issue, but by understanding what parts of your system are responsible and where to look.
is the basic arch CLI commands any different from discord bots? it feels easier to use if you think its same as playing with a discord bot. using CLI isnt some kind of programming
They're a liiittle harder but yeah basically
Thanks for the hearty chuckle, zoomer.
Bash and all other shell languages are programming languages. The terminal is just a REPL for a language primarily meant to be used as a REPL for managing your OS.
learning CLI commands is 10 times easier than HTML
If you're mindlessly pasting commands, sure... but you have zero idea what your fucking with if you think bash is simpler than HTML.
In the context of maintaining an Arch distro you will absolutely need to understand that executing CLI commands is in fact programming.
hard disagree on this... while for people who don't know it it might look like programming, it's really not much different than editing config files (which people who don't know it will assume is programming too).
Sure, the language used by bash can be used to write massive programs. But in 99% cases using the CLI is like using a gui with a button and a text field - type some text into the field and then click the button, letting whatever software you're running take the content of the text field and do something with it.
way closer, in fact, to executing a discord bot command, than to actual programming as in software development (what i'd argue people think of when talking about programming)
If you even write one line of bash you are programming. The way you're describing it only makes sense if you're using the terminal like
dmenu_run
. You metaphor breaks down the moment someone so much as usescd
. Even worse once you throw a pipe or redirect in. All of this you absolutely will have to do when installing Arch.Its absolutely irresponsible to tell people that installing and running Arch Linux is like talking to a discord bot.
Admittedly, the installation for Arch Linux is not that difficult.
It's the General Recommendations that become bullshit.
with archinstall as part if the ISO now it is genuinely easier to install than most other distros.
I've heard about that, but I haven't tried it myself.
Thanks for mentioning it.
What do you mean by "become bullshit"?