How to Install and Uninstall npth.x86_64 Package on Fedora 39

Last updated: September 22,2024

1. Install "npth.x86_64" package

Learn how to install npth.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install npth.x86_64

2. Uninstall "npth.x86_64" package

Please follow the step by step instructions below to uninstall npth.x86_64 on Fedora 39:

$ sudo dnf remove npth.x86_64 $ sudo dnf autoremove

3. Information about the npth.x86_64 package on Fedora 39

Last metadata expiration check: 4:09:50 ago on Thu Mar 7 17:44:52 2024.
Installed Packages
Name : npth
Version : 1.6
Release : 14.fc39
Architecture : x86_64
Size : 49 k
Source : npth-1.6-14.fc39.src.rpm
Repository : @System
From repo : anaconda
Summary : The New GNU Portable Threads library
URL : https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
License : LGPL-2.1-or-later
Description : 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.