CentOS8将yum源配置为阿里云

    科技2024-08-14  29

    1、进入到yum源相应的目录

    cd /etc/yum.repos.d/

    2、创建备份目录,把相应的文件进行备份。或者给虚拟机拍一个快照,如果后面配置出错,可以用快照恢复。

    mkdir bak mv * bak/

    3、编辑配置CentOS-AppStream.repo文件

    vim CentOS-AppStream.repo

    将mirrorlist所在行注释掉,然后在下面添加语句

    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=AppStream&infra=$infra baseurl=https://mirrors.aliyun.com/centos/8.0.1905/AppStream/x86_64/os/

    4、编辑配置CentOS-Base.repo文件

    vim CentOS-Base.repo

    将mirrorlist所在行注释掉,然后在下面添加语句

    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=BaseOS&infra=$infra baseurl=https://mirrors.aliyun.com/centos/8.0.1905/BaseOS/x86_64/os/

    5、修改Extra库

    vim CentOS-Extras.repo

    将mirrorlist所在行注释掉,然后在下面添加语句

    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra baseurl=https://mirrors.aliyun.com/centos/8.0.1905/extras/x86_64/os/

    6、清yum缓存,重新加载

    yum clean all yum makecache yum update

    看一看配置后的速度:

    Processed: 0.010, SQL: 8