从Centos7升级到Centos8的教程(图文详解)

如果在正式环境升级,请做好数据备份以及重要配置备份!因为升级会造成一部分应用被卸载。

1.安装epel源

yum -y install epel-release

从Centos7升级到Centos8的教程(图文详解)插图

2.安装rpmconf和yum-utils

yum -y install rpmconf yum-utils

从Centos7升级到Centos8的教程(图文详解)插图1

3.执行rpmconf ,如果出现一些提示,请输入Y和回车继续,如果没提示继续第四步操作

rpmconf -a

从Centos7升级到Centos8的教程(图文详解)插图2

4.安装dnf

yum -y install dnf

从Centos7升级到Centos8的教程(图文详解)插图3

5.移除yum和yum-metadata-parser

dnf -y remove yum yum-metadata-parser

从Centos7升级到Centos8的教程(图文详解)插图4

6.删除/etc/yum目录

rm -rf /etc/yum

从Centos7升级到Centos8的教程(图文详解)插图5

7.安装Centos8的源和升级epel源

dnf -y upgrade
dnf -y upgrade http://mirrors.163.com/centos/8.0.1905/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm
dnf -y upgrade https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf clean all

从Centos7升级到Centos8的教程(图文详解)插图6

8.卸载Centos7的内核

rpm -e --nodeps `rpm -q kernel`

从Centos7升级到Centos8的教程(图文详解)插图7

9.升级到centos8,这一步一般会报错,如果没有报错请进行第10步操作

dnf -y –releasever=8 –allowerasing –setopt=deltarpm=false distro-sync

从Centos7升级到Centos8的教程(图文详解)插图8

发现报错之后先卸载类似于图上from package后面的包名

rpm -e –nodeps sysvinit-tools-2.88-14.dsf.el7.x86_64
rpm -e –nodeps python-inotify-0.9.4-4.el7.noarch
rpm -e –nodeps adwaita-qt5-1.0-1.el7.x86_64
rpm -e –nodeps pycairo-1.8.10-8.el7.x86_64

从Centos7升级到Centos8的教程(图文详解)插图9

卸载完后再次执行升级

dnf -y –releasever=8 –allowerasing –setopt=deltarpm=false distro-sync

10.执行rpmconf,会出现如下界面,一直输入Y和回车即可

rpmconf -a

从Centos7升级到Centos8的教程(图文详解)插图10

11.重启机器

reboot

总结

以上所述是小编给大家介绍的从Centos7升级到Centos8的教程,大家如有疑问可以留言,或者联系站长。感谢亲们支持!!!
如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!

香港服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END