this post was submitted on 26 Feb 2021
21 points (95.7% liked)
Linux
51582 readers
437 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
I don't think it was necessarily harder. It was different, maybe simpler.
First off, the Arch Wiki had a more straightforward "Installation Guide" compared to the current one. The previous one had more detailed steps in the guide itself, compared to the current one which has links on certain sections to different tools. As an example, partitioning a drive using
parted
was part of the "Installation Guide" back then, and it gave you an example layout for MBR and EFI layouts in the article itself; whereas the current guide now gives you a link to the "Partitioning" page, which itself has links to the various tools (parted
,fdisk
,gdisk
, etc), which in turn have command and layout examples.You also gotta consider that drivers were different back then, too. AMD's offerings were not as great back then as they are now, so sometimes, depending on your card, you'd have to install different drivers, kinda like how things are right now with NVIDIA. Now the opposite is also kinda/sorta true with Intel. Newer (read: Kaby Lake and above) require an external package to be installed to enable certain features like proper hardware acceleration.
Lastly, you now have hundreds if not thousands of videos on YouTube of guided installations for Arch. The quality of said videos might vary from video to video, but nevertheless they're resources that people use.
Ultimately I don't think it's that Arch used to be harder, it's more so that the landscape of Linux and its community has changed. Some things have changed for the better, others for the worse. Things are just "different."