How to Install and Uninstall pth.i686 Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "pth.i686" package
This guide covers the steps necessary to install pth.i686 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
pth.i686
Copied
2. Uninstall "pth.i686" package
Learn how to uninstall pth.i686 on Amazon Linux 2:
$
sudo yum remove
pth.i686
Copied
$
sudo yum autoremove
Copied
3. Information about the pth.i686 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : pth
Arch : i686
Version : 2.0.7
Release : 23.amzn2.0.2
Size : 92 k
Repo : amzn2-core/2/x86_64
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.
Available Packages
Name : pth
Arch : i686
Version : 2.0.7
Release : 23.amzn2.0.2
Size : 92 k
Repo : amzn2-core/2/x86_64
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.