How To Install perl-ftpd on Fedora 36
Introduction
In this tutorial we learn how to install perl-ftpd
on Fedora 36.
What is perl-ftpd
Net written in Perl. This package contains server executables.
We can use yum
or dnf
to install perl-ftpd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-ftpd.
Install perl-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 perl-ftpd
using dnf
by running the following command:
sudo dnf -y install perl-ftpd
Install perl-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 perl-ftpd
using yum
by running the following command:
sudo yum -y install perl-ftpd
How To Uninstall perl-ftpd on Fedora 36
To uninstall only the perl-ftpd
package we can use the following command:
sudo dnf remove perl-ftpd
perl-ftpd Package Contents on Fedora 36
/etc/ftpd.conf
/usr/sbin/dbeg1-ftpd.pl
/usr/sbin/ftpd.pl
/usr/sbin/inmem-ftpd.pl
/usr/sbin/proxy-ftpd.pl
/usr/sbin/ro-ftpd.pl
References
Summary
In this tutorial we learn how to install perl-ftpd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).