Arch Linux – Best Tips for Beginners?
-
Great advice.
Btw you don't need -S to install a package, just
paru packagename
Works fine
-
Why EndeavorOS over
arch-install
? -
Rust-based and actively developed
-
archinstall is still unstable as hell. I find that my best bet is to:
- Configure everything exactly like I want through the dialog
- Save the user and system preferences to their respective JSONs
- Mount a USB stick and copy the JSONs there
- Restart the archinstall process by loading from the JSONs, then hit commit
- When the above fails, restart the whole machine and jump to step 4, where it magically works
-
So many tips, let me add mine.
- btop - for monitoring and process management
- pacseek - terminal UI for installing, searching packages (uses yay)
- chaotic aur - repo for prebuilt binaries that are generally ok
When installing use the archinstall the first time, unless you really want to go into the deep end and use the normal install.
-
Mostly BC its low effort. The most intimidating thing about arch for me was the troubleshooting when things go wrong. I'm cool with that in general operation but not during the installation process. Endeavor makes it painless while still being a minimalistic install
-
Only update your system if you have some time on your hands afterwards, in case something breaks. Happened to me a few times before.
-
What issues were you having with arch-install that you had to troubleshoot?
-
Rust based is not a feature it is a slogan. Yay is the defacto standard and also actively developed. That being said use whatever works for you and AUR.
-
Manually resizing/replacing the efi partitions for Windows dual boot was where I decided to stop and switch to a graphical installer.
-
Do yourself a favour and install it on a virtual machine first. Screwing up an install on Arch is frighteningly easy. The Arch Wiki is your friend, use it. Also, read the installation instructions before you begin the installation, not during. If this sounds like too much of a headache (understandably so), then give EndeavourOS a whirl.
-
Pacman is the only standard package manager for Arch. Arch recommends against using third party package managers, including Yay.
-
Install slackware instead! But if you must, yay.
-
Arch is good for tinkering with to make it your own, but can sometimes require tinkering to do things other distros can do straight away, e.g. adding udev rules to use certain devices or setting up zeroconf to be able to discover printers on the network automatically
If you want to be able to roll back changes easily you could set up your root and home partitions as btrfs subvolumes and use snapper to take snapshots, which can be combined with pacman hooks to automatically take snapshots when updating/installing software and can even be set up to allow booting into the snapshots which could be useful if you break your system
-
The whole arch advantage (imo) is that you have a full understanding of what's in your machine and how it works.
As a beginner you won't understand and that's okay, but you should try different things (or don't and just focus on what works for you) as long as the end result is you doing: pacman -Qe and going "hmm that makes sense", and imo the undersided result is going "hmm what do these all do, why do I have 2000+ packages"
-
-
-
Print out the install guide on paper and have it with you while you go. If you fuck up networking, you'll have the directions there to get it back.
-
Are you talking about archinstall or have they actually automated the default installation method?
-