this post was submitted on 28 Jun 2025
38 points (93.2% liked)
Linux
8141 readers
345 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Big thing that people don't understand about Arch is that AUR is not part of distribution itself and package recipes there will break and mainteiners will go missing and arch won't care about them breaking.
Arch is extremely stable if you can read (this is not a joke). As in before doing system upgrade visit news and check if there is a need for manual steps during upgrade, you'llneed ro do something once or twice a year. And you actually need to read wiki and manual pages before doing things you aren't sure about.
As for manual step-by-step install, you can do it with almost any distro. For example you can partition disk, mount everything and install core packages using
dnf --installroot=...
from fedora live, same idea with debian based distros.