Name:ありもどき
Date:2016/12/03(土) 12:15:26
|
11/24日に、最新OS 「Fedora25」がリリースされたので 早速、Fedora24⇒Fedora25 へUpgradeしました。
作業としては以下の通り 1)dnf update 2)dnf upgrade --refresh 3)dnf install dnf-plugin-system-upgrade 4)dnf system-upgrade download --refresh --releasever=25 --allowerasing 5)dnf system-upgrade reboot
いつもだと、 1)dnf update 2)dnf upgrade --refresh 3)dnf install dnf-plugin-system-upgrade 4)dnf system-upgrade download --refresh --releasever=25 5)dnf system-upgrade reboot でいけるのですが、今回は、4)の手順で
エラー: package openlmi-storage-0.8.1-3.fc24.noarch requires python-blivet, but none of the providers can be installed. package openlmi-1.0.3-4.fc24.noarch requires openlmi-storage >= 0.8.1, but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages)
とかいうエラーが出て、アップグレードできなかったので --allowerasing オプションを追加しました。 小一時間ほどで、作業は恙なく完了。
|
|
|