tongchenkeji 发表于:2023-11-5 16:59:040次点击 已关注取消关注 关注 私信 ECS服务器有YUM源吗[阿里云服务器] 暂停朗读为您朗读 ECS服务器有YUM源吗 「点点赞赏,手留余香」 赞赏 还没有人赞赏,快来当第一个赞赏的人吧! 海报 云服务器# 云服务器 ECS1487# 弹性计算1339
sun20AM 2023-11-27 15:37:48 1 阿里云ECS服务器默认使用阿里云源。如果您发现yum无法使用,可以尝试更换阿里云的yum源。以下是一些步骤: 备份原有的yum源文件:mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup。 下载阿里源的文件:wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo。 安装epel repo源:wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo。 清理缓存:yum clean all。 重新生成缓存:yum makecache。 更新:yum update。
阿里云ECS服务器默认使用阿里云源。如果您发现yum无法使用,可以尝试更换阿里云的yum源。以下是一些步骤:
备份原有的yum源文件:
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
。下载阿里源的文件:
wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
。安装epel repo源:
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
。清理缓存:
yum clean all
。重新生成缓存:
yum makecache
。更新:
yum update
。这个是有的,都是用的阿里自己的yum源