How To Install libptytty-devel on Fedora 36

In this tutorial we learn how to install libptytty-devel in Fedora 36. libptytty-devel is Development headers for libptytty

Introduction

In this tutorial we learn how to install libptytty-devel on Fedora 36.

What is libptytty-devel

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.

We can use yum or dnf to install libptytty-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libptytty-devel.

Install libptytty-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libptytty-devel using dnf by running the following command:

sudo dnf -y install libptytty-devel

Install libptytty-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libptytty-devel using yum by running the following command:

sudo yum -y install libptytty-devel

How To Uninstall libptytty-devel on Fedora 36

To uninstall only the libptytty-devel package we can use the following command:

sudo dnf remove libptytty-devel

libptytty-devel Package Contents on Fedora 36

/usr/include/libptytty.h
/usr/lib/libptytty.so
/usr/lib/pkgconfig/libptytty.pc
/usr/share/doc/libptytty-devel
/usr/share/doc/libptytty-devel/Changes
/usr/share/doc/libptytty-devel/README
/usr/share/man/man3/libptytty.3.gz

References

Summary

In this tutorial we learn how to install libptytty-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libptytty-devel on Fedora 36” linkTitle: “libptytty-devel” type: “docs” description: “In this tutorial we learn how to install libptytty-devel in Fedora 36. libptytty-devel is Development headers for libptytty” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libptytty-devel-featured.png

Introduction

In this tutorial we learn how to install libptytty-devel on Fedora 36.

What is libptytty-devel

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.

We can use yum or dnf to install libptytty-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libptytty-devel.

Install libptytty-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libptytty-devel using dnf by running the following command:

sudo dnf -y install libptytty-devel

Install libptytty-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libptytty-devel using yum by running the following command:

sudo yum -y install libptytty-devel

How To Uninstall libptytty-devel on Fedora 36

To uninstall only the libptytty-devel package we can use the following command:

sudo dnf remove libptytty-devel

libptytty-devel Package Contents on Fedora 36

/usr/include/libptytty.h
/usr/lib64/libptytty.so
/usr/lib64/pkgconfig/libptytty.pc
/usr/share/doc/libptytty-devel
/usr/share/doc/libptytty-devel/Changes
/usr/share/doc/libptytty-devel/README
/usr/share/man/man3/libptytty.3.gz

References

Summary

In this tutorial we learn how to install libptytty-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).