yum国内镜像

前端之家收集整理的这篇文章主要介绍了yum国内镜像前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Centos-7修改yum源为国内的yum源

国外地址yum源下载慢,下到一半就断了,就这个原因就修改它为国内yum源地址

国内也就是ali 与 网易

以centos7为例,以 修改为阿里的yum源

先确定有wget

  1. 备份本地yum源

    mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak

2.获取阿里yum源配置文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

3.更新cache

yum makecache

4.查看

yum -y update

原文链接:https://www.f2er.com/bash/388968.html

猜你在找的Bash相关文章