Upgrading From Fedora 22 to Fedora 23
Posted: 09 Nov 2015, 16:38
Since version 21 it should be pretty easy to upgrade Fedora.
Simply update everything:
and reboot if you have updated the kernel.
Then install the updater:
and run it:
23 is the latest stable version that came out a few days ago but I could also switch to 24 (rawhide) if I wanted to test.
The upgrade is running now (1619 files)..
It downloads everything and tells me to run:
This reboots the computer and starts the upgrade. I am at 150 out of 31691 right now
so this could take some time.
I am following this
The update went just fine.
But the virtualbox guest stuff is gone and I don't feel like playing arround with it right now so I might test it some other time...
Simply update everything:
Code: Select all
dnf update --refreshand reboot if you have updated the kernel.
Then install the updater:
Code: Select all
sudo dnf install dnf-plugin-system-upgradeand run it:
Code: Select all
sudo dnf system-upgrade download --releasever=2323 is the latest stable version that came out a few days ago but I could also switch to 24 (rawhide) if I wanted to test.
The upgrade is running now (1619 files)..
It downloads everything and tells me to run:
Code: Select all
sudo dnf system-upgrade rebootThis reboots the computer and starts the upgrade. I am at 150 out of 31691 right now
I am following this
The update went just fine.
But the virtualbox guest stuff is gone and I don't feel like playing arround with it right now so I might test it some other time...