重要提示:
本文主要阐述 ECS 实例中的相关操作与配置。若您的服务器并非 ECS 实例,请将源地址 http://mirrors.cloud.aliyuncs.com 替换为 http://mirrors.aliyun.com。例如,将 yum 源替换为 http://mirrors.aliyun.com/centos-vault/8.5.2111/,将 epel 源替换为 http://mirrors.aliyun.com/epel-archive/8/。
本文主要阐述 ECS 实例中的相关操作与配置。若您的服务器并非 ECS 实例,请将源地址 http://mirrors.cloud.aliyuncs.com 替换为 http://mirrors.aliyun.com。例如,将 yum 源替换为 http://mirrors.aliyun.com/centos-vault/8.5.2111/,将 epel 源替换为 http://mirrors.aliyun.com/epel-archive/8/。
操作步骤:
登录 CentOS 8 系统的 ECS 实例。
登录 CentOS 8 系统的 ECS 实例。
具体操作可参见《连接方式概述》。
<per> rename '.repo' '.repo.bak' /etc/yum.repos.d/*.repo </per>
<per> wget http://mirrors.cloud.aliyuncs.com/repo/Centos-vault-8.5.2111.repo -O /etc/yum.repos.d/Centos-vault-8.5.2111.repo wget http://mirrors.cloud.aliyuncs.com/repo/epel-archive-8.repo -O /etc/yum.repos.d/epel-archive-8.repo </per>
<per> sed -i 's/http:\/\/mirrors.cloud.aliyuncs.com/url_tmp/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/http:\/\/mirrors.aliyun.com/http:\/\/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/url_tmp/http:\/\/mirrors.aliyun.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo sed -i 's/http:\/\/mirrors.aliyun.com/http:\/\/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/epel-archive-8.repo </per>
执行以下命令重新创建缓存。
<per> yum clean all && yum makecache </per>
当 yum 源和 epel 源切换完成后,便可以使用 yum install 命令在实例上安装您所需的软件包。
本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。