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
Similar Posts:
- ImportError: No module named pkg_resources [How to Solve]
- [Solved] Python pip install Error: OSError: [Errno 1] Operation not permitted
- SVN You need to upgrade the working copy first.
- [Solved] Python-pip Upgrade ERROR: AttributeError: ‘NoneType’ object has no attribute ‘bytes’
- [Solved] Xcode 10 Error: library not found for -lstdc++.6.0.9
- Python.exe Error: No module named pip.__main__; ‘pip’ is a package and cannot be directly executed
- How to Fix Failure of adding esxi host in vCenter server
- Springboot 2.4 package error, missing web.xml
- [antd vue Update] Some Components Error: Error in data(): “TypeError” & Cannot read properties of undefined (reading ‘pageSize’)