How to Install and Uninstall pth.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 25,2024

1. Install "pth.x86_64" package

Here is a brief guide to show you how to install pth.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install pth.x86_64

2. Uninstall "pth.x86_64" package

Here is a brief guide to show you how to uninstall pth.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove pth.x86_64 $ sudo yum autoremove

3. Information about the pth.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : pth
Arch : x86_64
Version : 2.0.7
Release : 23.el7
Size : 262 k
Repo : installed
From repo : anaconda
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.