-
国内镜像站点
163:mirrors.163.com
阿里:mirrors.aliyun.com
-
修改默认yum源
- 备份系统自带yum源文件:/etc/yum.repos.d/CentOS-Base.repo
image.png
- 下载ailiyun/163的yum源配置文件到/etc/yum.repos.d/
yum -y install wget
aliyun:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
163:wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
image.png
- 刷缓存
yum makecache
并更新yum -y update
image.png
- 查看yum源文件
yum list|grep php
或yum -y list php*
image.png
网友评论