Oh, you!
Linux
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.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I don't fully understand how silverblue and kinoite are different, but I feel this way with base Fedora KDE. I've never broken it even a little bit when that used to be common with Ubuntu based distros for whatever reason.
Silverblue and Kionite are both Ublue distros, one has gnome and other KDE. One nice thing is that you can just swap between gnome and KDE without breaking anything via rebasing.
How does that work exactly?
I don't know tons of the detail but I understand the principle. The immutable part of the system is really just an applied oci container image for any ublue based distro.
Certain mount points are writable and persisted (e.g. /home
), but otherwise you can just reimage the entire system with any compatible (ublue based) image. Then each image is built by layering changes using ostree. So that's how you get the different distros.
Silverblue is ublue with gnome, kinoite is ublue with KDE, Bazzite layers steam, proprietary Nvidia drivers and other stuff mainly gaming related, etc.
System updates (which tend to be regular) are just applying an updated image, so actually updating is effectively the same as rebasing.
You can also yourself add ostree layers on top of the base image, and if you rebase to a different one your layers get reapplied on top.
isn't the opposite?, fedora started ostree, ublue came after
Installed Aurora the other day (distro based on kinoite) and could not make my bank software run... It is a "local" (ie, only used by banks in my country) software only available for Ubuntu that requires a systemd service. Tried a lot and couldn't get it to work. The service started, but the browser accused it was not installed.
I'm guessing the service wants to edit something it can't edit on Silverblue. So the software is simply incompatible with your OS (as stated in the documentation)
Only thing I haven't figured out, yet, is how to install the Private Internet Access client. It uses a .run
install script, and it fails when installing via rpm-ostree
(tries to write to /etc
) and doesn't like being installed in a Distrobox (needs systemd).
But yeah, I'm currently looking at some other options for my main system to drop Windows, and I'm always comparing to Fedora Atomics, now.
I don’t use PIA, but /opt and /etc are both r/w in Silverblue/Kionite
Yeah, third-party Linux VPN clients are pretty screwed on silverblue, and probably always will be. Especially since when installed in a container, they require being ran in a rootful container with selinux labeling disabled to enable direct access to /dev/net/tun, and as you’ve quickly found out, most of those weird bash based installers haven’t adapted. It’s best to use generic VPN configs through your DE atm.
why not use fedora's built-in openvpn client and just add the pia info? That should likely work. https://helpdesk.privateinternetaccess.com/guides/linux/linux-installing-openvpn-through-the-terminal
or built-in wireguard client? https://helpdesk.privateinternetaccess.com/guides/linux/alternative-setups-4/linux-manual-connection-scripts
I've been considering it for a while but my main setup (knock on wood) has been rock solid with traditional fedora. If I ever end up switching distros silverblue is probably going to be it.
Been worth it to learn it and change my way of thinking.
Can you still install extensions in GNOME? I hate the defaults
Yes but only from Gnome directly with an app called extensions manager. You can't install them from the Fedora repo.
Thank you!