this post was submitted on 29 Jun 2024
56 points (92.4% liked)

Linux

45501 readers
1564 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

how easy is it to install arch? (no anarchy/archinstall)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 4 days ago* (last edited 4 days ago)

Easy or not depends vary wildly. But the usual task is

  • partition the drive
  • format the drive
  • mount the drive
  • install the base system

That is the bare minimum, but we need to do more configuration to be able to boot. Hence the next task is configuring the following

  • fstab
  • timezone, hostname, and networking
  • boot loader (I just use the EFI directly nowadays)

That is it. Everything else is usually work specific. Like, if you wanted arch to be a server, you usually didn't install a GUI. For workstation and gaming, you need more steps but it will vary depending on hardware. The archwiki covers a good deal of hardware from laptop to desktop and their quirks.