How to Install and Uninstall libtelnet.x86_64 Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "libtelnet.x86_64" package

Please follow the guidance below to install libtelnet.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libtelnet.x86_64

2. Uninstall "libtelnet.x86_64" package

Learn how to uninstall libtelnet.x86_64 on Rocky Linux 9:

$ sudo dnf remove libtelnet.x86_64 $ sudo dnf autoremove

3. Information about the libtelnet.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:40:39 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libtelnet
Version : 0.23
Release : 3.el9
Architecture : x86_64
Size : 23 k
Source : libtelnet-0.23-3.el9.src.rpm
Repository : epel
Summary : TELNET protocol parsing framework
URL : http://github.com/seanmiddleditch/libtelnet
License : Public Domain
Description : Small library for parsing the TELNET protocol, responding to TELNET commands via
: an event interface, and generating valid TELNET commands.
:
: libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and MSSP
: protocols used by MUD servers and clients.