202
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
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.
Well, I think I know what I will dive into next when my free time opens back up. First things first is rebuilding my homelab after drive failure. Thanks for the tips!