How To Install perl-Net-Lite-FTP on Fedora 36

In this tutorial we learn how to install perl-Net-Lite-FTP in Fedora 36. perl-Net-Lite-FTP is Perl FTP client with support for TLS

Introduction

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

What is perl-Net-Lite-FTP

Very simple FTP client with support for TLS

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

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

sudo dnf -y install perl-Net-Lite-FTP

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

sudo yum -y install perl-Net-Lite-FTP

How To Uninstall perl-Net-Lite-FTP on Fedora 36

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

sudo dnf remove perl-Net-Lite-FTP

perl-Net-Lite-FTP Package Contents on Fedora 36

/usr/share/doc/perl-Net-Lite-FTP
/usr/share/doc/perl-Net-Lite-FTP/Changes
/usr/share/doc/perl-Net-Lite-FTP/README
/usr/share/doc/perl-Net-Lite-FTP/example.pl
/usr/share/man/man3/Net::Lite::FTP.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Lite
/usr/share/perl5/vendor_perl/Net/Lite/FTP.pm
/usr/share/perl5/vendor_perl/Net/Lite/example.pl
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Net
/usr/share/perl5/vendor_perl/auto/Net/Lite
/usr/share/perl5/vendor_perl/auto/Net/Lite/FTP
/usr/share/perl5/vendor_perl/auto/Net/Lite/FTP/autosplit.ix

References

Summary

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