How to Install and Uninstall rubygem-net-telnet.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "rubygem-net-telnet.noarch" package
This guide covers the steps necessary to install rubygem-net-telnet.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
rubygem-net-telnet.noarch
Copied
2. Uninstall "rubygem-net-telnet.noarch" package
This tutorial shows how to uninstall rubygem-net-telnet.noarch on Rocky Linux 8:
$
sudo dnf remove
rubygem-net-telnet.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rubygem-net-telnet.noarch package on Rocky Linux 8
Last metadata expiration check: 2:05:02 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rubygem-net-telnet
Version : 0.1.1
Release : 110.module+el8.6.0+992+fc951c18
Architecture : noarch
Size : 70 k
Source : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.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.
Available Packages
Name : rubygem-net-telnet
Version : 0.1.1
Release : 110.module+el8.6.0+992+fc951c18
Architecture : noarch
Size : 70 k
Source : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.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.