200
Finally done with the distro-hop: My return to Fedora
(unknownuniverse.uk)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
The live USB would boot, but the install would fail. It was my only computer at the time, so I needed it up and working and couldn't really troubleshoot. In fairness, ASUS is not known for it's Linux support.
Bazzite has lots of customizations built-in if you download the Asus spin.
Interesting! I'll have to check it out. I'm a little wary of immutable distros though. I do a fair amount of tinkering and random package installs. And I dont love flatpak.
They are not as restrictive as people make them out to be. Ostree works quite well for installing a primary app like a different browser.
If you want to avoid dependency conflicts entirely, You can have a look at distro shelf. It allows you to run a container for nearly any distro, install packages and then export those apps to run like native apps. I use it all the time when something is only supported via package and not flatpack, or some other distro only.
The container still maps to your same home folder for file and config access.
I have 3 containers, a fedora workstation one for standard apps I don't want to do via Flatpak or AppImage. An Debian one for deb packages. And lastly a Arch one, which is for the more experimental apps. If I end up breaking something, I can just wipe the container and start again.