CentOS install proftpd with yum
- by ServerBloke
Server: CentOS 6.2 64bit
How can I install Proftpd using yum? A search for the package doesn't find it:
yum list proftpd
Error: No matching Packages to list
Although my CentOS 6 VPS does find it, but this server doesn't. I have read I need to install an rpm of some kind. How would I do that and where is the reliable place to get it (64bit)?
I have done Proftpd installs by compiling the source in the past but would prefer to use yum this time.