this post was submitted on 17 Dec 2024
170 points (98.9% liked)

Linux Gaming

16029 readers
720 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Just wanted to say I made the switch yesterday from Windows 11 to Fedora Linux, no dual booting. It took multiple installs though because the first two times I followed old instructions for installing the Nvidia drivers. The third time I found out that I can just install them through the software center when third party repositories are enabled and that worked like a breeze.

And I have to say it's a really good thing that the installer for Fedora is getting an overhaul soon because Anaconda is horribly confusing in its UX.

Edit: just wanted to add a hyfetch screenshot:

you are viewing a single comment's thread
view the rest of the comments
[–] swab148@lemm.ee 5 points 1 day ago (2 children)

They'll update when you update the rest of your system, using whatever software center app you have or sudo dnf upgrade .

[–] Cheems@lemmy.world 2 points 1 day ago

Ok that's what I thought, but just wanted to be sure. Thanks!

[–] shininghero@pawb.social 1 points 1 day ago (1 children)

This, and they also generally don't require a reboot. Especially with the dnf method.
I dunno why the software center forces you to reboot for updates, but it's typically unnecessary.

[–] domi@lemmy.secnd.me 3 points 1 day ago* (last edited 1 day ago)

There's two different ways to update modern Linux system, either you apply the updates directly or you wait until the next reboot to apply them.

Fedora KDE allows you to choose which method you want to use when using the software center UI:

I dunno why the software center forces you to reboot for updates

Because it's more stable.

The big drawback of updating immediately is that you might end up with incompatible packages. Any application that is running while an update for it is installed will keep using the old version until the application is restarted or the system is rebooted. The kernel and some system applications never exit, that means that they will keep using the old version until you reboot.