How To Install pth-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pth-devel.x86_64 in Amazon Linux 2. pth-devel.x86_64 is Development headers and libraries for GNU Pth

Introduction

In this tutorial we learn how to install pth-devel.x86_64 on Amazon Linux 2.

What is pth-devel.x86_64

Development headers and libraries for GNU Pth.

We can use yum to install pth-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pth-devel.x86_64.

Install pth-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install pth-devel.x86_64

How To Uninstall pth-devel.x86_64 on Amazon Linux 2

To uninstall only the pth-devel.x86_64 package we can use the following command:

sudo yum remove pth-devel.x86_64

pth-devel.x86_64 Package Contents on Amazon Linux 2

/usr/bin/pth-config
/usr/include/pth.h
/usr/lib64/libpth.so
/usr/share/aclocal/pth.m4
/usr/share/doc/pth-devel-2.0.7
/usr/share/doc/pth-devel-2.0.7/HACKING
/usr/share/man/man1/pth-config.1.gz
/usr/share/man/man3/pth.3.gz

References

Summary

In this tutorial we learn how to install pth-devel.x86_64 on Amazon Linux 2 using yum.