29
Ubuntu 26.04 Will Be the Worst Ubuntu Release Ever
(www.youtube.com)
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Help:
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
Linux Mint is a good choice but it doesn't come with a GNOME flavour by default. You can install it yourself if you want, though.
I moved to Fedora after leaving Ubuntu. Worked fine for me, but you'll have to re-train your muscle memory for some terminal commands.
sudo apt installbecomessudo dnf installandrpmis a little different fromdpkg. Other than that, with the Dash to Dock extension, Fedora feels exactly the same as Ubuntu to me.the bigger difference with dnf is instead of
apt update && upgradeit'sdnf upgrade --refreshWhy does dnf always default to n in y/n questions? That is annoying to me
you can add the flag
-yif it helpsIt doesn't really. I want to see what the installer wants to do before agreeing to it, but I want to usually agree with it, if that makes sense.
So does pacman, I don't see what package manager doesn't confirm with y/n for safety.
With apt it defaults to (Y/n) rather than dnf's (y/N) that's what I'm talking about.
Ah you mean the capitalisation.
The capitalization indicates what happens if you press enter.