質問 :AppStream の切り替え中にエラーが発生しました:
# dnf install @<module-name>:<stream> Last metadata expiration check: 2:21:43 ago on Thu 05 Aug 2021 05:53:23 PM IST. Dependencies resolved. The operation would result in switching of module '<module-name>' stream '<stream>' to stream '<stream>' Error: It is not possible to switch enabled streams of a module. It is recommended to remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.
上記の同じモジュールの別のストリームが既に存在します。モジュールストリームを切り替えるには?
1. 以下のコマンドを使用してモジュールをリセットします:
# dnf module reset <module-name>
2. モジュールの別のストリームのプロファイルを次のようにインストールします。
# dnf install @<module-name>:<stream>
3. 以下のコマンドを使用して、前のステップでインストールされたプロファイルにリストされていない、前のモジュール ストリームからインストールされたパッケージを更新またはダウングレードします。
# dnf distro-sync
4. 前のモジュール ストリームからインストールされた残りのパッケージを手動で削除します。
# dnf remove <package> ...注意 :OL8 AppStream の最新チャネルが有効になっていることを確認します。