Definitely Not GustavoM. :^)
- 4 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 23rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
GustavoM@lemmy.worldto Linux Gaming@lemmy.world•Recommended linux variant for gaming.English0·2 years agoThere is no such thing as a “gaming distro” – all GNU/Linux distros are equally good for gaming and any other task.
- How to do the most basic things
How to search for a package:
sudo pacman -Ss packagename
How to install a package:
sudo pacman -S packagename
How to update:
sudo pacman -Syu
How to remove a package:
sudo pacman -Rcns packagename
How to clean old packages:
sudo pacman -Sc --noconfirm
Arch linux installer (official):
archinstall
…and that is (pretty much) all you need to learn to use Arch linux in an acceptable fashion. Now go ahead and give it a spin – you’ll love it.
Been using Wayland since 3’ish years ago and my desktop experience has been really smooth – no crashes, errors or anything of the sort. Everything “just werks” just as if I were on Xorg instead. Even on a completely obscure/zero linux support single board computer (Orange pi zero 3).