How to Install and Uninstall pthsem.x86_64 Package on Fedora 34

Last updated: September 21,2024

1. Install "pthsem.x86_64" package

Learn how to install pthsem.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pthsem.x86_64

2. Uninstall "pthsem.x86_64" package

Here is a brief guide to show you how to uninstall pthsem.x86_64 on Fedora 34:

$ sudo dnf remove pthsem.x86_64 $ sudo dnf autoremove

3. Information about the pthsem.x86_64 package on Fedora 34

Last metadata expiration check: 3:56:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pthsem
Version : 2.0.7
Release : 22.fc34
Architecture : x86_64
Size : 92 k
Source : pthsem-2.0.7-22.fc34.src.rpm
Repository : fedora
Summary : The GNU Portable Threads library extended with semaphore support
URL : http://www.auto.tuwien.ac.at/~mkoegler/index.php/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.
:
: pthsem is an extend version, with support for semaphores added. It can
: be installed parallel to a normal pth. The header file is called pthsem.h,
: the configuration program pthsem-config and the autoconf macro
: AC_CHECK_PTHSEM.