How to Install and Uninstall pth.x86_64 Package on Amazon Linux 2

Last updated: May 08,2024

1. Install "pth.x86_64" package

Please follow the guidelines below to install pth.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pth.x86_64

2. Uninstall "pth.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pth.x86_64 on Amazon Linux 2:

$ sudo yum remove pth.x86_64 $ sudo yum autoremove

3. Information about the pth.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : pth
Arch : x86_64
Version : 2.0.7
Release : 23.amzn2.0.2
Size : 257 k
Repo : installed
Summary : The GNU Portable Threads library
URL : http://www.gnu.org/software/pth/
License : LGPLv2+
Description : Pth is a very portable POSIX/ANSI-C based library for Unix
: platforms which provides non-preemptive priority-based scheduling
: for multiple threads of execution ("multithreading") inside server
: applications. All threads run in the same address space of the
: server application, but each thread has it's own individual
: program-counter, run-time stack, signal mask and errno variable.