How to Install and Uninstall perl-Net-SFTP-Foreign.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "perl-Net-SFTP-Foreign.noarch" package

In this section, we are going to explain the necessary steps to install perl-Net-SFTP-Foreign.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Net-SFTP-Foreign.noarch

2. Uninstall "perl-Net-SFTP-Foreign.noarch" package

Learn how to uninstall perl-Net-SFTP-Foreign.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Net-SFTP-Foreign.noarch $ sudo dnf autoremove

3. Information about the perl-Net-SFTP-Foreign.noarch package on Oracle Linux 9

Last metadata expiration check: 1:57:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Net-SFTP-Foreign
Version : 1.93
Release : 5.el9
Architecture : noarch
Size : 169 k
Source : perl-Net-SFTP-Foreign-1.93-5.el9.src.rpm
Repository : epel
Summary : SSH File Transfer Protocol client
URL : https://metacpan.org/release/Net-SFTP-Foreign
License : GPL+ or Artistic
Description : Net::SFTP::Foreign is a Perl client for the SFTP version 3 as defined in the SSH
: File Transfer Protocol IETF draft, draft-ietf-secsh-filexfer-02.txt, included on
: this package distribution, on the rfc directory.
:
: Net::SFTP::Foreign uses any compatible ssh command installed on the system (for
: instance, OpenSSH ssh) to establish the secure connection to the remote server.
:
: A wrapper module Net::SFTP::Foreign::Compat is also provided for compatibility
: with Net::SFTP.