アップグレード
クライアントPC(Windows)でTera Termを起動します。
[root@www ~]# dnf upgrade --refresh
[root@www ~]# shutdown -r now
[root@www ~]# dnf install dnf-plugin-system-upgrade
[root@www ~]# dnf system-upgrade download --refresh --releasever=36
[root@www ~]# dnf system-upgrade reboot
[root@www ~]# cat /etc/os-release; NAME=Fedora VERSION="36 (Server Edition Prerelease)"
コメント