How to Install and Uninstall rubygem-net-ssh.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "rubygem-net-ssh.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-net-ssh.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rubygem-net-ssh.noarch

2. Uninstall "rubygem-net-ssh.noarch" package

This guide covers the steps necessary to uninstall rubygem-net-ssh.noarch on CentOS Stream 8:

$ sudo dnf remove rubygem-net-ssh.noarch $ sudo dnf autoremove

3. Information about the rubygem-net-ssh.noarch package on CentOS Stream 8

Last metadata expiration check: 3:00:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-net-ssh
Version : 5.1.0
Release : 2.el8
Architecture : noarch
Size : 115 k
Source : rubygem-net-ssh-5.1.0-2.el8.src.rpm
Repository : epel
Summary : Net::SSH: a pure-Ruby implementation of the SSH2 client protocol
URL : https://github.com/net-ssh/net-ssh
License : MIT
Description : Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows
: you to write programs that invoke and interact with processes on remote
: servers, via SSH2.