yum源出了问题,重新配置一下。
复制CentOS-Base.repo文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
cd /etc/yum.repos.d/
rm -f CentOS-Base.repo
重新下载repo文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
编译
yum makecache
安装epel
yum install epel-release 用来下载安装其他的包
然后就可以用yum命令了
yum install nginx