How to Install and Uninstall rubygem-net-telnet.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

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

In this section, we are going to explain the necessary steps to install rubygem-net-telnet.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide let you learn how to uninstall rubygem-net-telnet.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-net-telnet.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:09:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-net-telnet
Version : 0.1.1
Release : 111.module+el8.9.0+19193+435404ae
Architecture : noarch
Size : 72 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
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.