this post was submitted on 05 Jul 2023
2875 points (97.2% liked)
linuxmemes
20880 readers
2 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It is. The current version found on the Steam Deck is based on Arch Linux.
And for non handhelds it provides 0 benefits over any other distro with Steam on it.
Yeah, but it’s Linux!
There’s definitely no reason to install it on anything other than a handheld or PC being used as a console, though. It’s not officially available anyway - only way to install the version found on the SD onto anything else right now is via Holo ISO.
Valve said it will be, but again, for non handhelds I don't see it having any advantages over any other distro with Steam preinstalled.
It is but it is not really workable to use pacman. Each steamos major update breaks all installed packages as it has an immutable root that overwrites anything installed by you.
Most people just use appimages and flatpaks as they are installed on home so they are not overwritten.
That immutability is kind of a strength for what it’s installed on. If pacman is needed, better off using something like EndeavourOS.
I am not complaining. But it ought to have an overlayfs to keep at least /etc/ plus an file that keeps track extra installed packages, to be reinstalled easily.