How to Install and Uninstall libptytty-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "libptytty-devel.x86_64" package

Please follow the guidelines below to install libptytty-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libptytty-devel.x86_64

2. Uninstall "libptytty-devel.x86_64" package

Please follow the step by step instructions below to uninstall libptytty-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libptytty-devel.x86_64 $ sudo dnf autoremove

3. Information about the libptytty-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:06:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libptytty-devel
Version : 2.0
Release : 3.el9
Architecture : x86_64
Size : 20 k
Source : libptytty-2.0-3.el9.src.rpm
Repository : epel
Summary : Development headers for libptytty
URL : http://software.schmorp.de/
License : GPL-2.0-or-later
Description :
: libptytty is a small library that offers pseudo-tty management in an
: OS-independent way. It also offers session database support (utmp and
: optional wtmp/lastlog updates for login shells) and supports fork'ing after
: startup and dropping privileges in the calling process. Libptytty is
: written in C++, but it also offers a C-only API.