标签:新安装的centos不能用yum安装nginx解决办法
在用yum安装nginx的时候,一直提示尝试其他更新源,找了好多地址不能用。最后终于找见了。现在贴出来给大家。先安装nginx的yum源,前提是我的yum安装其他的是OK的,yum update也是正常的,唯独不能yum安装nginx,所以最终定位是yum源中没有nginx。所以的找一个带有一个nginx的源。 http://nginx.org/en/linux_packages.html (这个地址列出了系统对应的nginx yum源地址)#stable 找到链接, 安装: rpm -ivh http://nginx.org/packages/centos ... .el6.ngx.noarch.rpm 查看:yum info nginx 安装:yum install nginx |
标签:新安装的centos不能用yum安装nginx解决办法
原文地址:http://caimengzhi.blog.51cto.com/9787265/1717248