管理的不少服务器还是8.5,目前做更新基本都是各种问题了,因此需要更新到centos-release-stream版本,简单的记录下步骤,方便以后操作:
- dnf update 尝试更新到目前的最新版,如果有更新则更新后重启;
- dnf repolist 查看当前版本;
- dnf in centos-release-stream 安装stream版本
- dnf swap centos-linux-repos centos-stream-repos 切换到stream版本
通过上面的操作,就可以切换到centos-stream版本了,之后可以更换centos更新源,使用国内源以加快更新速度。