How to Install and Uninstall perl-Net-SFTP-Foreign.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the step by step instructions below to install perl-Net-SFTP-Foreign.noarch on Rocky Linux 8

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

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

Please follow the guidance below to uninstall perl-Net-SFTP-Foreign.noarch on Rocky Linux 8:

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

3. Information about the perl-Net-SFTP-Foreign.noarch package on Rocky Linux 8

Last metadata expiration check: 0:12:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Net-SFTP-Foreign
Version : 1.90
Release : 4.el8
Architecture : noarch
Size : 179 k
Source : perl-Net-SFTP-Foreign-1.90-4.el8.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.