How To Install perl-Net-SFTP on Fedora 36

In this tutorial we learn how to install perl-Net-SFTP in Fedora 36. perl-Net-SFTP is Secure File Transfer Protocol client

Introduction

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

What is perl-Net-SFTP

Net Protocol (SFTP) - file transfer built on top of the SSH2 protocol. Net which files can be transferred and managed. It provides a subset of the commands listed in the SSH File Transfer Protocol IETF draft, which can be found at http

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

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

sudo dnf -y install perl-Net-SFTP

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

sudo yum -y install perl-Net-SFTP

How To Uninstall perl-Net-SFTP on Fedora 36

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

sudo dnf remove perl-Net-SFTP

perl-Net-SFTP Package Contents on Fedora 36

/usr/share/doc/perl-Net-SFTP
/usr/share/doc/perl-Net-SFTP/Changes
/usr/share/doc/perl-Net-SFTP/README
/usr/share/doc/perl-Net-SFTP/ToDo
/usr/share/doc/perl-Net-SFTP/eg
/usr/share/doc/perl-Net-SFTP/eg/psftp
/usr/share/licenses/perl-Net-SFTP
/usr/share/licenses/perl-Net-SFTP/LICENSE
/usr/share/man/man3/Net::SFTP.3pm.gz
/usr/share/man/man3/Net::SFTP::Attributes.3pm.gz
/usr/share/man/man3/Net::SFTP::Buffer.3pm.gz
/usr/share/man/man3/Net::SFTP::Constants.3pm.gz
/usr/share/man/man3/Net::SFTP::Util.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/SFTP
/usr/share/perl5/vendor_perl/Net/SFTP.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Attributes.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Buffer.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Constants.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Util.pm

References

Summary

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