Fedora 26: Install Fedora 26
https://www.hiroom2.com/2017/07/12/fedora-26-en/
Table of Contents
1 Install Fedora 26
Download Fedora-Workstation-Live-x86_64-26-1.5.iso from download.fedoraproject.org.
Boot machine with Fedora-Workstation-Live-x86_64-64-1.5.iso. Select "Start Fedora-Workstation-Live 26".
Select "Install to Hard Drive".
Select language.
If you choose your country language, keyboard layout will be valid to your keyboard. If you don't choose your country laungage, you need select keyboard layout with selecting "KEYBOARD".
Select "INSTALLATION DESTINATION" after keyboard setting.
Select install device on "Local Standard Disks". Fedora will split /home from / when the device has enough size. Splitting /home from / is useful for backup /home. But you do not backup /home, select "Custom" at "Storage Configuration" and click "Done"
Select "Click here to create them automatically".
Remove /home with under minus icon.
Input large value to "Desired Capacity" of /, focus to /boot and focus to /. The volume size of /home is appended to /.
Select "Done".
Select "Accept Changes".
Select "Begin Installation".
Installation is starting. Input root password and add user.
Installation is completed. Select "Quit".
Reboot machine with power button at the upper right. Remove install media on poweroff.
Login menu is displayed.
Login is completed with added user.
2 Upgrade from Fedora 25 to Fedora 26
Update packages of Fedora 25 and reboot.
$ sudo dnf update -y $ sudo dnf upgrade -y $ sudo reboot
Upgrade to Fedora 26. If running command via SSH, SSH will be disconnected. But upgrade will be continued on local console.
$ sudo dnf install -y dnf-plugin-system-upgrade $ sudo dnf system-upgrade -y download --refresh --releasever=26 $ sudo dnf system-upgrade reboot
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通