How to Install and Uninstall perl-Net-SSH.noarch Package on Rocky Linux 9

Last updated: October 05,2024

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

This tutorial shows how to install perl-Net-SSH.noarch on Rocky Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-Net-SSH.noarch on Rocky Linux 9:

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

3. Information about the perl-Net-SSH.noarch package on Rocky Linux 9

Last metadata expiration check: 0:34:11 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Net-SSH
Version : 0.09
Release : 39.el9
Architecture : noarch
Size : 17 k
Source : perl-Net-SSH-0.09-39.el9.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.