Hi I’m relatively new to Linux. There’s talk about updating, say from Fedora 37 to 38.
Is this something that needs to happen manually? If I solely update through the updater software, I’m not getting the whole “38”?
I understand that, of course, I won’t see updates on the installer or I won’t use a new supported partition type unless I install it again.
Apart from that, what’s missing? Some software won’t be updated? The kernel?
Thank you all!
You can update your version of Fedora through the updater software as well but it’s a very clear separate process that is initiated manually.
Distro version updates bring major updates to key packages - the one you’d notice most would be to Gnome, the desktop environment. There will be other things too that get only bugfix and security updates during the life of that version, and then after a while that version will lose support and you won’t get any updates at all (https://docs.fedoraproject.org/en-US/releases/lifecycle/).
Updating is very safe and reliable. I’ve had my Fedora install at work for 3 years, updating periodically and it’s working extremely well.
Upgrading on Fedora is really easy from the software center. Never had any problem, never took any precaution.
But, of course, it’s always necessary to have a backup of your important files.
ctrl+alt+t
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get autoremoveI guess this is the succinct version of the other replies. You’re getting downvotes but I like it anyway :)
This is like asking somebody what the US Pledge of Allegiance is and they respond “God Save the King”. The answer is very succinct but also uselessly, dangerously, and maybe offensively wrong.
We ain’t about that apt shit. DNF crew reprezint.


