How to Install and Uninstall libtelnet.x86_64 Package on AlmaLinux 8

Last updated: November 02,2024

1. Install "libtelnet.x86_64" package

Learn how to install libtelnet.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libtelnet.x86_64

2. Uninstall "libtelnet.x86_64" package

Please follow the step by step instructions below to uninstall libtelnet.x86_64 on AlmaLinux 8:

$ sudo dnf remove libtelnet.x86_64 $ sudo dnf autoremove

3. Information about the libtelnet.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:57:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libtelnet
Version : 0.23
Release : 1.el8
Architecture : x86_64
Size : 23 k
Source : libtelnet-0.23-1.el8.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.