How to Install and Uninstall perl-Net-SSH.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "perl-Net-SSH.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-Net-SSH.noarch

2. Uninstall "perl-Net-SSH.noarch" package

This is a short guide on how to uninstall perl-Net-SSH.noarch on CentOS Stream 8:

$ sudo dnf remove perl-Net-SSH.noarch $ sudo dnf autoremove

3. Information about the perl-Net-SSH.noarch package on CentOS Stream 8

Last metadata expiration check: 1:54:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Net-SSH
Version : 0.09
Release : 39.el8
Architecture : noarch
Size : 21 k
Source : perl-Net-SSH-0.09-39.el8.src.rpm
Repository : epel
Summary : Perl extension for secure shell
URL : https://metacpan.org/release/Net-SSH
License : GPL+ or Artistic
Description : This module implements a Perl interface to ssh. It is a simple
: wrapper around the system `ssh' command. For an all-perl
: implementation that does not require the system `ssh' command, see
: Net::SSH::Perl.