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

Last updated: March 29,2024

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

This tutorial shows how to install rubygem-net-telnet.noarch on CentOS Stream 8

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

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

Here is a brief guide to show you how to uninstall rubygem-net-telnet.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 2:01:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-net-telnet
Version : 0.1.1
Release : 111.module_el8+475+35a6c697
Architecture : noarch
Size : 71 k
Source : ruby-2.5.9-111.module_el8+475+35a6c697.src.rpm
Repository : appstream
Summary : Provides telnet client functionality
URL : http://ruby-lang.org/
License : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description : Provides telnet client functionality.
:
: This class also has, through delegation, all the methods of a socket object
: (by default, a TCPSocket, but can be set by the Proxy option to new()). This
: provides methods such as close() to end the session and sysread() to read data
: directly from the host, instead of via the waitfor() mechanism. Note that if
: you do use sysread() directly when in telnet mode, you should probably pass
: the output through preprocess() to extract telnet command sequences.