Installing packaged versions

Linux (RPM)

The Linux RPM package is available on the main distribution sites for Proftpd. Installation is as simple as rpm --install proftpd-{version}.rpm

Note: check multiple rpm route now supported.

Linux (DEB)

The Debian package is equally as simple to install as the RPM with either

dpkg --install {debfile}

or

apt-get install proftpd

FreeBSD

Does anyone have any comments on the BSD install?