Centos – pure-ftpd on CentOs

centoscentos6ftp

I'm trying to install pureftpd on CentOS6, but when I run the yum command:

yum install pure-ftpd

I always get package not found

Is there a way I can install `pure-ftpd' in Cent?

Thanks

Best Answer

You need to enable the epel repository before you can install it

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm

Then your yum command will work.