'No package nginx available' error CentOS 6.5
centos, centos6.5, installation, linux, nginx
Solution
nginx is not a part of base CentOS repository.
But you can install EPEL repositiry to get nginx:
yum install epel-release
and then
yum install nginx
Problem
I'm trying to install nginx on CentOS 6.5, then I added these lines on file /etc/yum.repos.d/nginx.repo Then install nginx by: And I've got a message error: No package nginx available How can I fix it? I would greatly appreciate any help you can give me in working this problem!