Background
Switched from ArchLinux to Fedora 41 about 5 months ago, relatively experienced Linux user, but newbie with respect to RPM packages and dnf
. I usually do not go for package/system upgrades as soon as they are released for stability reasons.
I do update on a daily basis, but only for bug-fixes and security updates using the below command -
sudo dnf upgrade --offline --assumeyes --refresh --security --bugfix
Questions
-
When F42 was released, it meant that F41 will not receive new updates for certain packages. What packages exactly? For example, I know I’ll not get GNOME 48 on F41, but I am receiving various kernel updates and also updates for other packages. So what is the scope of not receiving updates?
-
I hear that
bugfix
andsecurity
updates are only discovered/found if the package maintainer has tagged the updates as such. So, is that done accurately for all updates? Also, what about packages like the NVIDIA drivers from RPM Fusion? Are updates to those packages correctly/consistently tagged for security/bugfix categories?