How to Install and Uninstall perl-Net-SSH2.x86_64 Package on CentOS Stream 8

Last updated: March 13,2025

1. Install "perl-Net-SSH2.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Net-SSH2.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Net-SSH2.x86_64

2. Uninstall "perl-Net-SSH2.x86_64" package

Please follow the guidance below to uninstall perl-Net-SSH2.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Net-SSH2.x86_64 $ sudo dnf autoremove

3. Information about the perl-Net-SSH2.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:00:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Net-SSH2
Version : 0.73
Release : 2.el8
Architecture : x86_64
Size : 130 k
Source : perl-Net-SSH2-0.73-2.el8.src.rpm
Repository : epel
Summary : Support for the SSH 2 protocol via libSSH2
URL : https://metacpan.org/release/Net-SSH2
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
: library. It supports the SSH2 protocol (there is no support for SSH1) with
: all of the key exchanges, ciphers, and compression of libssh2.