重要提示:
本文主要阐述 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 命令在实例上安装您所需的软件包。
@版权声明:
本网站所展示的图片均来源于互联网,我们致力于尊重原创作者的版权。若图片涉及版权问题,或图片所有者不希望图片被展示,请与我们联系,我们将在第一时间进行处理,包括但不限于删除图片。我们对图片的版权问题持开放态度,并愿意与版权所有者进行沟通协商。感谢您的理解与支持。