How to Install and Uninstall npth.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "npth.i686" package

Here is a brief guide to show you how to install npth.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install npth.i686

2. Uninstall "npth.i686" package

Please follow the guidelines below to uninstall npth.i686 on Fedora 36:

$ sudo dnf remove npth.i686 $ sudo dnf autoremove

3. Information about the npth.i686 package on Fedora 36

Last metadata expiration check: 3:09:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : npth
Version : 1.6
Release : 8.fc36
Architecture : i686
Size : 25 k
Source : npth-1.6-8.fc36.src.rpm
Repository : fedora
Summary : The New GNU Portable Threads library
URL : https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
License : LGPLv2+
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.