How To Install perl-Net-SFTP-Foreign on Rocky Linux 8

In this tutorial we learn how to install perl-Net-SFTP-Foreign on Rocky Linux 8. perl-Net-SFTP-Foreign is SSH File Transfer Protocol client

Introduction

In this tutorial we learn how to install perl-Net-SFTP-Foreign on Rocky Linux 8.

What is perl-Net-SFTP-Foreign

Net File Transfer Protocol IETF draft, draft-ietf-secsh-filexfer-02.txt, included on this package distribution, on the rfc directory. Net instance, OpenSSH ssh) to establish the secure connection to the remote server. A wrapper module Net with Net

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

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

sudo dnf -y install perl-Net-SFTP-Foreign

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

sudo yum -y install perl-Net-SFTP-Foreign

How To Uninstall perl-Net-SFTP-Foreign on Rocky Linux 8

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

sudo dnf remove perl-Net-SFTP-Foreign

perl-Net-SFTP-Foreign Package Contents on Rocky Linux 8

/usr/share/doc/perl-Net-SFTP-Foreign
/usr/share/doc/perl-Net-SFTP-Foreign/Changes
/usr/share/doc/perl-Net-SFTP-Foreign/README
/usr/share/doc/perl-Net-SFTP-Foreign/TODO
/usr/share/doc/perl-Net-SFTP-Foreign/debug.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/OpenSSH-protocol-deviations.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/draft-ietf-secsh-filexfer-02.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/draft-ietf-secsh-filexfer-03.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/draft-ietf-secsh-filexfer-12.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/draft-ietf-secsh-filexfer-extensions-00.txt
/usr/share/doc/perl-Net-SFTP-Foreign/rfc/draft-ietf-secsh-scp-sftp-ssh-uri-04.txt
/usr/share/doc/perl-Net-SFTP-Foreign/samples
/usr/share/doc/perl-Net-SFTP-Foreign/samples/capture_stderr.pl
/usr/share/doc/perl-Net-SFTP-Foreign/samples/passwd_conn.pl
/usr/share/doc/perl-Net-SFTP-Foreign/samples/psftp
/usr/share/doc/perl-Net-SFTP-Foreign/samples/resume_put.pl
/usr/share/doc/perl-Net-SFTP-Foreign/samples/sftp_tail.pl
/usr/share/licenses/perl-Net-SFTP-Foreign
/usr/share/licenses/perl-Net-SFTP-Foreign/LICENSE
/usr/share/man/man3/Net::SFTP::Foreign.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Attributes.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Attributes::Compat.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Buffer.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Compat.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Constants.3pm.gz
/usr/share/man/man3/Net::SFTP::Foreign::Local.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/SFTP
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Attributes
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Attributes.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Attributes/Compat.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Backend
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Backend/Unix.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Buffer.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Common.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Compat.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Constants.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Helpers.pm
/usr/share/perl5/vendor_perl/Net/SFTP/Foreign/Local.pm

References

Summary

In this tutorial we learn how to install perl-Net-SFTP-Foreign on Rocky Linux 8 using yum and dnf.