How to Updated to Fedora 36 from the Command Line
-
Fedora 36 is out. Assuming you are already on Fedora 35, below are the commands to quickly and easily update! If you aren't on 35, update to 35 first.
sudo dnf install dnf-plugin-system-upgrade sudo dnf --refresh upgrade sudo dnf system-upgrade download --releasever=36 sudo dnf system-upgrade reboot
After the last step, follow the directions to reboot and voila.
-
@scottalanmiller said in How to Updated to Fedora 36 from the Command Line:
Or make yourself root and just...
dnf upgrade --refresh ; dnf install dnf-plugin-system-upgrade ; dnf --refresh upgrade ; dnf system-upgrade download --releasever=36 ; dnf system-upgrade reboot
-
@scottalanmiller said in How to Updated to Fedora 36 from the Command Line:
sudo dnf --refresh upgrade
Why are you adding this?
-
@JaredBusch said in How to Updated to Fedora 36 from the Command Line:
@scottalanmiller said in How to Updated to Fedora 36 from the Command Line:
sudo dnf --refresh upgrade
Why are you adding this?
It's actually the first one that is better to skip. Not sure why I put that in twice.
-
Desktop upgraded.
-
My dad upgraded the other day, too.
-
Everything in the home lab is being upgraded tonight.