Upgrade from Fedora 24 to Fedora 25, then Upgrade from Fedora 25 to Fedora 26

来源:互联网 发布:php一句话木马下载 编辑:程序博客网 时间:2024/06/05 15:43
Upgrade from Fedora 24 to Fedora 25, then Upgrade from Fedora 25 to Fedora 26


#++++++++++++++++++++++++ Upgrade from Fedora 24 to Fedora 25

1. Update packages of Fedora 24 and reboot.

# dnf update -y
# dnf upgrade -y
# reboot

2. Install the DNF plugin

# dnf install -y dnf-plugin-system-upgrade

3. Start the update with DNF

# dnf system-upgrade -y download --refresh --releasever=25
# dnf system-upgrade reboot

#++++++++++++++++++++++++ Upgrade from Fedora 25 to Fedora 26

1. Update packages of Fedora 25 and reboot.

# dnf update -y
# dnf upgrade -y
# reboot

2. Install the DNF plugin

# dnf install -y dnf-plugin-system-upgrade

3. Start the update with DNF

# dnf system-upgrade -y download --refresh --releasever=26
# dnf system-upgrade reboot