How to Install and Uninstall libptytty.x86_64 Package on AlmaLinux 9

Last updated: October 14,2024

1. Install "libptytty.x86_64" package

Here is a brief guide to show you how to install libptytty.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libptytty.x86_64

2. Uninstall "libptytty.x86_64" package

This guide let you learn how to uninstall libptytty.x86_64 on AlmaLinux 9:

$ sudo dnf remove libptytty.x86_64 $ sudo dnf autoremove

3. Information about the libptytty.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:14:49 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libptytty
Version : 2.0
Release : 3.el9
Architecture : x86_64
Size : 24 k
Source : libptytty-2.0-3.el9.src.rpm
Repository : epel
Summary : OS independent and secure pty/tty and utmp/wtmp/lastlog handling
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.