How to migrate from CentOS 8 to AlmaLinux

System

  • Centos 8
  • openlitespeed

從 CentOS 8 遷移到 AlmaLinux(轉換)

1.以 root 用戶身份登錄:

sudo -i

2.通過運行 dnf 命令/ yum 命令將掛起的更新應用到 CentOS 8 (※Precautions)

dnf update

3.Download the distribution from GitHub using

curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh

4.Assign all necessary permissions to the script:

chmod +x almalinux-deploy.sh

5.Now run the script by typing

./almalinux-deploy.sh

6.And finally

reboot

7.Precautions

Fix Failed to download metadata for repo

CentOS Linux 8 已於 2021 年 12 月 31 日結束生命週期 (EOL)。這意味著 CentOS 8 將不再從 CentOS 官方項目獲得開發資源。在 2021 年 12 月 31 日之後,如果您需要更新您的 CentOS,您需要將鏡像更改為vault.centos.org,它們將被永久存檔。

第一步:進入/etc/yum.repos.d/目錄。

[root@autocontroller ~]# cd /etc/yum.repos.d/

第 2 步:運行以下命令

[root@autocontroller ~]# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
[root@autocontroller ~]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS -*

第 3 步 :for openlitespeed

[root@autocontroller ~]# sed -i '/^failovermethod=/d' /etc/yum.repos.d/*.repo

第 4 步:現在運行 yum 更新

[root@autocontroller ~]# yum update -y
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x