How To Install npth on Fedora 34
Introduction
In this tutorial we learn how to install npth
on Fedora 34.
What is npth
nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is based on the system’s standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. npth 1.6 6.fc34 i686 25 k npth-1.6-6.fc34.src.rpm fedora The New GNU Portable Threads library https LGPLv2+ nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is based on the system’s standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth.
We can use yum
or dnf
to install npth
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install npth.
Install npth on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install npth
using dnf
by running the following command:
Install npth on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install npth
using yum
by running the following command:
How To Uninstall npth on Fedora 34
To uninstall only the npth
package we can use the following command:
npth Package Contents on Fedora 34
References
- [npth website](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git)
Summary
In this tutorial we learn how to install npth
on Fedora 34 using yum and dnf.