How to Install and Uninstall libtelnet.i686 Package on Fedora 34

Last updated: June 29,2024

1. Install "libtelnet.i686" package

Please follow the guidance below to install libtelnet.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libtelnet.i686

2. Uninstall "libtelnet.i686" package

Please follow the guidance below to uninstall libtelnet.i686 on Fedora 34:

$ sudo dnf remove libtelnet.i686 $ sudo dnf autoremove

3. Information about the libtelnet.i686 package on Fedora 34

Last metadata expiration check: 4:38:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libtelnet
Version : 0.23
Release : 2.fc34
Architecture : i686
Size : 23 k
Source : libtelnet-0.23-2.fc34.src.rpm
Repository : fedora
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.