How to Install and Uninstall libptytty.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "libptytty.i686" package

Learn how to install libptytty.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libptytty.i686

2. Uninstall "libptytty.i686" package

Please follow the steps below to uninstall libptytty.i686 on Fedora 39:

$ sudo dnf remove libptytty.i686 $ sudo dnf autoremove

3. Information about the libptytty.i686 package on Fedora 39

Last metadata expiration check: 3:03:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libptytty
Version : 2.0
Release : 7.fc39
Architecture : i686
Size : 26 k
Source : libptytty-2.0-7.fc39.src.rpm
Repository : fedora
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.