How To Install perl-Net-FTPSSL on Fedora 36

In this tutorial we learn how to install perl-Net-FTPSSL in Fedora 36. perl-Net-FTPSSL is Perl module for FTP over SSL/TLS

Introduction

In this tutorial we learn how to install perl-Net-FTPSSL on Fedora 36.

What is perl-Net-FTPSSL

Net Sockets Layer (SSL) or Transport Layer Security (TLS) connection written in Perl as described in RFC959 and RFC2228. It will use TLS by default.

We can use yum or dnf to install perl-Net-FTPSSL on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-FTPSSL.

Install perl-Net-FTPSSL 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-Net-FTPSSL using dnf by running the following command:

sudo dnf -y install perl-Net-FTPSSL

Install perl-Net-FTPSSL 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-Net-FTPSSL using yum by running the following command:

sudo yum -y install perl-Net-FTPSSL

How To Uninstall perl-Net-FTPSSL on Fedora 36

To uninstall only the perl-Net-FTPSSL package we can use the following command:

sudo dnf remove perl-Net-FTPSSL

perl-Net-FTPSSL Package Contents on Fedora 36

/usr/share/doc/perl-Net-FTPSSL
/usr/share/doc/perl-Net-FTPSSL/Changes
/usr/share/doc/perl-Net-FTPSSL/README
/usr/share/licenses/perl-Net-FTPSSL
/usr/share/licenses/perl-Net-FTPSSL/LICENSE
/usr/share/man/man3/Net::FTPSSL.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/FTPSSL.pm

References

Summary

In this tutorial we learn how to install perl-Net-FTPSSL on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).