1.网络源:使用官方源;前提联网 ping www.baidu.com 2.目的:使用国内厂商提供的软件包地址 (如:http://alibaba.com/.sadflsdjfjsdalkfdsa)作为YUM的仓库。 3 Base/Extras/Updates: 默认(国外源) 4.下载一个下载工具:yum install wget 5.清除yum仓库;我是把库的东西移走: mv /etc/yum.repos.d/* /tmp 6. 查找阿里云镜像仓库网址 7.下载阿里源至yum库: wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
8.更新YUM源:yum repolist yum makecache 9.验证是否成功:yum repolist 10.EPEL:EPEL (Extra Packages for Enterprise Linux,企业版Linux的额外软件包) 11.下载epel配置文件: wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 11.重建缓存:yum makecache
12.Nginx:(配置文件):目的:通过查找官网了解构建官方源的原理。 第一步:找到提示 第二步:根据提示创建YUM配置文件 第三步: 查看服务器是否已经具备软件官方源。 (1) 查询yum源:yum repolist