How to Install and Uninstall npth.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "npth.src" package

This guide let you learn how to install npth.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install npth.src

2. Uninstall "npth.src" package

This is a short guide on how to uninstall npth.src on Oracle Linux 9:

$ sudo dnf remove npth.src $ sudo dnf autoremove

3. Information about the npth.src package on Oracle Linux 9

Last metadata expiration check: 0:03:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : npth
Version : 1.6
Release : 8.el9
Architecture : src
Size : 306 k
Source : None
Repository : ol9_baseos_latest
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.