how to download, compile, and install package ============================================= 1. download the latest version wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.26.tar.gz 2. unzip it tar zxvf pure-ftpd-1.0.26.tar.gz 3. cd to the dir cd pure-ftpd-1.0.26 4. configure it sudo ./configure --with-mysql --with-cookie --with-throttling --with-ratios --with-quotas --with-puredb --with-ftpwho 5. compile it sudo make 6. check to see if compile was successfull sudo make check 7. install it sudo make install