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 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 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
#++++++++++++++++++++++++ Upgrade from Fedora 24 to Fedora 25
1. Update packages of Fedora 24 and reboot.
# 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 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

本文提供了一步一步的操作指南,详细介绍了如何从Fedora24升级到Fedora25,再从Fedora25升级到Fedora26。包括更新软件包、安装DNF插件及使用DNF进行系统升级的具体命令。
460

被折叠的 条评论
为什么被折叠?



