this post was submitted on 27 Jun 2025
250 points (96.6% liked)
Linux
55709 readers
798 users here now
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
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A lot of people here have already given good advice. I shall add my experience, recommendation and some tips (may incidentally repeat some of them).
In terms of other software you use, make sure you have alternatives that work on Linux.
If you happen to have any software that you don't have a good alternative or that only runs on Windows, then you'll have to stick to dual booting.
Fedora only comes with FOSS by default. So, you'll have to install Nvidia driver and proprietary multimedia Codecs separately by including RPMFusion repo.
You can download the free and non-free repo files from the RPM-Fusion site(Graphical Setup) and install them through the Software Center. After adding the repo, you might have to enable them in the Settings of Discover Software Center. Enable all of them except those containing the words 'testing', 'Test', 'Source', 'Debug' and 'google chrome'.
After that, it's just a few lines you type in the terminal (Konsole by default) for installing driver and codecs. Make sure to update the system and restart first before doing these.
For Nvidia driver, type:
sudo dnf install akmod-nvidia
For optional CUDA support, type:
sudo dnf install xorg-x11-drv-nvidia-cuda
For Video acceleration support, type:
sudo dnf install nvidia-vaapi-driver libva-utils vdpauinfo
For Codecs, type:
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
Steam is also included in the non-free repo. You may install it by typing:
sudo dnf install steam
NOTE: Every time the video driver updates, you will have to do a follow-on update for flatpak runtimes. You might see a bunch of 'Application platform' and 'Freedesktop' stuff which you'll have to install. If you fail to do this, you might suddenly find flatpak applications not working properly.
__GL_CONSTANT_FRAME_RATE_HINT=3 steam
If your system is frozen, try switching to TTY by pressing (Ctrl+Alt+F3) and going back to GUI by pressing (Ctrl+Alt+F2)*. *Could be F1 in some cases.
To check what errors you got during the recent boot,
journalctl -b 0 -p err
Apart from the driver installation and some troubleshooting, you generally won't have to use the terminal if you're averse to it.
Switch to
Tuta/Proton Mail for email,
Proton/Tresorit Drive for storage,
Mullvad (or i, proton) VPN or (Rethink DNS for firewall) I am not sure if you can use both Rethink and VPN at the same time. I assume there is a way.
OsmAnd for maps,
Newpipe for youtube frontend(Grayjay on Linux),
Bitwarden/KeepassXC for Password management,
Aegis for TOTP
Fdroid, Accrescent, Aurora for App store.
Molly FOSS for Messaging.
Or, hear me out, you could install Bazzite and avoid all those terminal steps that are intimidating for new, non-tech savvy linux users.
Well, it's just 4-5 lines that you're going to have to type and it's just a one-time thing. Surely, it's not that intimidating.
Bazzite seems to be based on Fedora Kinoite, an atomic desktop. Now, I haven't used atomic desktops. Although I wanted to, I ended up not doing that for the following reason.
From what I understand, you can't easily alter the base image of the system and everything else is a flatpak. This seems fine, but if you end up having to install an application for which there is no Flatpak, how would a non-tech savvy user do that? Still have to use the terminal at that point, I'd bet.
Case in point, even the other day, I came across this application called 'syncplay' for which there's no flatpak alternative and thankfully, Fedora repo had it.
I also hear that if you end up installing apps this way(Layering as it's called?), the update times become slower. You may shed some light on this.
Also, while it may not be as good as a snapshot system of the atomic desktops, the regular Fedora nonetheless shows the last two kernel installations on every boot so you could revert back to one if an update goes wrong.
I also have to mention that I always have my important files backed up on HDD or cloud that in the worst case scenario of losing my files on any update, (which hasn't happened so far btw), I can always restore them. In case of Steam games, it shouldn't be a problem if you have a fast internet connection. You should download them back in no-time. That is another reason I can still live without having to use a stable atomic desktop.
New users find the terminal very intimidating, I've seen that come up time and again. It's kind of the whole point of Bazzite.
If you're already learning terminal to install software though, at that point you can use a distrobox, install whatever you want in it, and then export the application to your usual application menu. It'll launch the container in the background when you start the application, and shut it down automatically too. It's a little slower than a usual launch but it's still just a stripped down container so it's fine.