this post was submitted on 20 Feb 2025
20 points (95.5% liked)

linux4noobs

1633 readers
33 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 

I’ve recently installed EndeavourOS, and so far, so good. Got an OK setup and managing the basics.

Previously everything I’ve tried has been Debian based.

I know about the Arch Wiki… but was wondering if anyone recommended a relatively concise and easy-to-navigate resource to get a more rounded and complete understanding of Arch terminal commands?

I find it far more easy to learn when I understand where the terms come from - knowing that sudo means “superuser do”, pacman comes from package manager. But the moment I don’t know what yay, -s etc actually mean haha…

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 days ago (1 children)

pacman and yay are basically the only "Arch terminal commands".
Everything else is just bash/Linux.

yay options are identical to pacman options, plus some extra.
If something you're used to from Debian doesn't work on Arch (like update-grub), just google the command plus Arch to find the non-specific Linux equivalent.

[–] [email protected] 4 points 2 days ago

This is good to know, thanks.

So much of what you do early on is installing packages and updating. I guess it felt more different than it really is!