這篇文章主要介紹如何將Centos7升級(jí)到Centos8,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對(duì)這個(gè)行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡(jiǎn)單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價(jià)值的長(zhǎng)期合作伙伴,公司提供的服務(wù)項(xiàng)目有:域名注冊(cè)、虛擬空間、營(yíng)銷軟件、網(wǎng)站建設(shè)、漣源網(wǎng)站維護(hù)、網(wǎng)站推廣。如果在正式環(huán)境升級(jí),請(qǐng)做好數(shù)據(jù)備份以及重要配置備份!因?yàn)樯?jí)會(huì)造成一部分應(yīng)用被卸載。
1.安裝epel源
yum -y install epel-release
2.安裝rpmconf和yum-utils
yum -y install rpmconf yum-utils
3.執(zhí)行rpmconf ,如果出現(xiàn)一些提示,請(qǐng)輸入Y和回車?yán)^續(xù),如果沒提示繼續(xù)第四步操作
rpmconf -a
4.安裝dnf
yum -y install dnf
5.移除yum和yum-metadata-parser
dnf -y remove yum yum-metadata-parser
6.刪除/etc/yum目錄
rm -rf /etc/yum
7.安裝Centos8的源和升級(jí)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
8.卸載centos7的內(nèi)核
rpm -e --nodeps `rpm -q kernel`
9.升級(jí)到centos8,這一步一般會(huì)報(bào)錯(cuò),如果沒有報(bào)錯(cuò)請(qǐng)進(jìn)行第10步操作
dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync
發(fā)現(xiàn)報(bào)錯(cuò)之后先卸載類似于圖上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
卸載完后再次執(zhí)行升級(jí)
dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync
10.執(zhí)行rpmconf,會(huì)出現(xiàn)如下界面,一直輸入Y和回車即可
rpmconf -a
11.重啟機(jī)器
reboot
以上是“如何將Centos7升級(jí)到Centos8”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!