Arch Linux – Best Tips for Beginners?
-
[email protected]replied to [email protected] last edited by
Huh, works well for me, ig updates come a little late sometimes but never unable to use it.
-
[email protected]replied to [email protected] last edited by
If you go the EOS route, yay is already installed.
-
[email protected]replied to [email protected] last edited by
The only thing I have ever installed using Flatpak on Arch is pgAdmin. Inkscape from the repos works fine for me.
-
[email protected]replied to [email protected] last edited by
You are better off using -Ss with yay than pacman. If you use pacman, it only searches the Arch repos. If you use yay, it also searches the AUR.
-
[email protected]replied to [email protected] last edited by
Paru is a yay alternative. You can use either one. Just pointing this out since yay is mentioned in a lot of the other comments. I am not saying not to use paru. I am just pointing out that it is not something different. You can use paru instead of hay in any of the other comments in this thread. Or use yay instead of paru in this one.
-
[email protected]replied to [email protected] last edited by
Ya. Ok. But pacman does not let you use the AUR. Using the AUR is one did the primary reasons to choose Arch.
So, if you want to use the AUR, you need to use something like yay or paru. And, if you do, you no longer need to use pacman.
To be clear to the newbies, pacman -Syu updates your entire system ( except packages from the AUR ). yay -Syu updates your entire system, including packages from the AUR.
If you just ran yay -Syu, running pacman -Syu will report that there is “nothing to do” since your system will already be up to date.
The same is true if you sub paru for yay above.
-
[email protected]replied to [email protected] last edited by
Use Slackware to Linux like it is 1993. Nothing wrong with that.
-
[email protected]replied to [email protected] last edited by
I'm using manjaro-i3 for a pretty long time now (6-7 years) and I'm fully satisfied, I won't change any time soon. It was not very difficult at first, even though I wasn't a linux user when I moved to manjaro. I would just maybe move to sway instead of i3 which seems probably more modern now.
-
[email protected]replied to [email protected] last edited by
You definitely do not need to use any pacman wrappers to build a package from the AUR. Those tools make it easy, yes, but are not required.
Building a package can be as simple as
git clone AURpackagehere
cd AURpackagehere
makepkg -si
-
[email protected]replied to [email protected] last edited by
"Arch" for people who think Arch is too easy.
-
[email protected]replied to [email protected] last edited by
lol Arch wasn't hard and neither was vanilla NixOS, in fact NixOS was easier
-
[email protected]replied to [email protected] last edited by
Arch was the distro that got me to stop distro-hopping. It's stable, it has a rolling release, and it's mine (as in, customizable, manageable).
I guess, if there's anything I wish I'd known off the bat is that the Arch documentation is probably the best available. So much so, a LOT of it applies to Linux in general and not strictly to Arch.
https://wiki.archlinux.org/title/Main_page
If something breaks, READ the error messages, understand each component, and check the wiki, there's a very high chance the troubleshooting section has the exact issue laid out.
-
[email protected]replied to [email protected] last edited by
Yes, and I love it
Maybe I should have added “if going the arch route”..
-
[email protected]replied to [email protected] last edited by
Not if you have a weird app that only installs with a self-executing tarball. But for initial setup, sure.