How To Install pure-ftpd on Fedora 36
Introduction
In this tutorial we learn how to install pure-ftpd
on Fedora 36.
What is pure-ftpd
Pure-FTPd is a fast, production-quality, standard-comformant FTP server, based upon Troll-FTPd. Unlike other popular FTP servers, it has no known security flaw, it is really trivial to set up and it is especially designed for modern Linux and FreeBSD kernels (setfsuid, sendfile, capabilities) . Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in LS, anti-warez system, bandwidth throttling, FXP, bounded ports for passive downloads, UL/DL ratios, native LDAP and SQL support, Apache log files and more. Rebuild switches –without ldap disable ldap support –without mysql disable mysql support –without pgsql disable postgresql support –without extauth disable external authentication –without tls disable SSL/TLS
We can use yum
or dnf
to install pure-ftpd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pure-ftpd.
Install pure-ftpd on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pure-ftpd
using dnf
by running the following command:
sudo dnf -y install pure-ftpd
Install pure-ftpd on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pure-ftpd
using yum
by running the following command:
sudo yum -y install pure-ftpd
How To Uninstall pure-ftpd on Fedora 36
To uninstall only the pure-ftpd
package we can use the following command:
sudo dnf remove pure-ftpd
pure-ftpd Package Contents on Fedora 36
/etc/logrotate.d/pure-ftpd
/etc/pam.d/pure-ftpd
/etc/pam.d/pure-ftpwho
/etc/pki/pure-ftpd
/etc/pure-ftpd
/etc/pure-ftpd/pure-ftpd.conf
/etc/pure-ftpd/pureftpd-ldap.conf
/etc/pure-ftpd/pureftpd-mysql.conf
/etc/pure-ftpd/pureftpd-pgsql.conf
/etc/security/console.apps/pure-ftpwho
/usr/bin/pure-ftpwho
/usr/bin/pure-pw
/usr/bin/pure-pwconvert
/usr/bin/pure-statsdecode
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/4a5aa1ae1bcd19699838128f213c210a4b6eb6
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/b51ddca51591bae937baf12eeac39c032217d3
/usr/lib/.build-id/64
/usr/lib/.build-id/64/aeefe53a6ec3ad7d2f8cffd07b695dec5ce85f
/usr/lib/.build-id/67
/usr/lib/.build-id/67/ab57c9f5dbc319d1df85f733fe70c14e4dfd7e
/usr/lib/.build-id/72
/usr/lib/.build-id/72/b01dd65ea12e183d5458a0d27c032f627cb6b0
/usr/lib/.build-id/76
/usr/lib/.build-id/76/a49b50999639cb26e93f4e0c3a9ac6d7f49d84
/usr/lib/.build-id/85
/usr/lib/.build-id/85/be1c63a8300c22c7c4fdc3a27017702da1b107
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/a30e4faf0a2fe9df2733e669e0fcc85cf88d7a
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/22a0035df119e65e3c1db14274350bba1c47b0
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/ecadedd3def08e394780caae615bfa4aab4591
/usr/lib/systemd/system/pure-ftpd-init.service
/usr/lib/systemd/system/pure-ftpd.service
/usr/sbin/pure-authd
/usr/sbin/pure-certd
/usr/sbin/pure-ftpd
/usr/sbin/pure-ftpwho
/usr/sbin/pure-mrtginfo
/usr/sbin/pure-quotacheck
/usr/sbin/pure-uploadscript
/usr/share/doc/pure-ftpd
/usr/share/doc/pure-ftpd/AUTHORS
/usr/share/doc/pure-ftpd/FAQ
/usr/share/doc/pure-ftpd/HISTORY
/usr/share/doc/pure-ftpd/NEWS
/usr/share/doc/pure-ftpd/README
/usr/share/doc/pure-ftpd/README.Authentication-Modules
/usr/share/doc/pure-ftpd/README.Configuration-File
/usr/share/doc/pure-ftpd/README.Donations
/usr/share/doc/pure-ftpd/README.LDAP
/usr/share/doc/pure-ftpd/README.MySQL
/usr/share/doc/pure-ftpd/README.PGSQL
/usr/share/doc/pure-ftpd/README.SELinux
/usr/share/doc/pure-ftpd/README.TLS
/usr/share/doc/pure-ftpd/README.Virtual-Users
/usr/share/doc/pure-ftpd/THANKS
/usr/share/doc/pure-ftpd/pure-ftpd.conf
/usr/share/doc/pure-ftpd/pureftpd-ldap.conf
/usr/share/doc/pure-ftpd/pureftpd-mysql.conf
/usr/share/doc/pure-ftpd/pureftpd-pgsql.conf
/usr/share/doc/pure-ftpd/pureftpd.schema
/usr/share/man/man8/pure-authd.8.gz
/usr/share/man/man8/pure-certd.8.gz
/usr/share/man/man8/pure-ftpd.8.gz
/usr/share/man/man8/pure-ftpwho.8.gz
/usr/share/man/man8/pure-mrtginfo.8.gz
/usr/share/man/man8/pure-pw.8.gz
/usr/share/man/man8/pure-pwconvert.8.gz
/usr/share/man/man8/pure-quotacheck.8.gz
/usr/share/man/man8/pure-statsdecode.8.gz
/usr/share/man/man8/pure-uploadscript.8.gz
/var/ftp
References
Summary
In this tutorial we learn how to install pure-ftpd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).