How to Install and Uninstall sdl-telnet-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install sdl-telnet-devel.x86_64 on CentOS 8 / RHEL 8

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

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

Please follow the guidelines below to uninstall sdl-telnet-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the sdl-telnet-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:30:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : sdl-telnet-devel
Version : 1.0.0
Release : 2.20210330git2aca101.el8
Architecture : x86_64
Size : 37 k
Source : sdl-telnet-1.0.0-2.20210330git2aca101.el8.src.rpm
Repository : epel
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. 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.