How to Install and Uninstall sdl-telnet-devel.i686 Package on Fedora 39

Last updated: September 22,2024

1. Install "sdl-telnet-devel.i686" package

Please follow the instructions below to install sdl-telnet-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install sdl-telnet-devel.i686

2. Uninstall "sdl-telnet-devel.i686" package

This guide let you learn how to uninstall sdl-telnet-devel.i686 on Fedora 39:

$ sudo dnf remove sdl-telnet-devel.i686 $ sudo dnf autoremove

3. Information about the sdl-telnet-devel.i686 package on Fedora 39

Last metadata expiration check: 3:27:55 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : sdl-telnet-devel
Version : 1.0.0
Release : 8.20220328gite0e2a91.fc39
Architecture : i686
Size : 38 k
Source : sdl-telnet-1.0.0-8.20220328gite0e2a91.fc39.src.rpm
Repository : fedora
Summary : Development files for sdl-telnet
URL : https://github.com/SDL-Hercules-390/telnet
License : Public Domain
Description : libtelnet is a library for handling the TELNET protocol for use by the
: SDL-Hercules-390 emulator. It includes routines for parsing incoming data from
: a remote peer as well as formatting data to be sent to the remote peer.
:
: libtelnet uses a callback-oriented API, allowing application-specific handling
: of various events. The callback system is also used for buffering outgoing
: protocol data, allowing the application to maintain control of the actual
: socket connection.
:
: Features supported include the full TELNET protocol, Q-method option
: negotiation, and NEW-ENVIRON.
:
: The sdl-telnet-devel package contains libraries and header files for
: developing applications that use sdl-telnet.