How to Install and Uninstall perl-threads.src Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "perl-threads.src" package

This guide covers the steps necessary to install perl-threads.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-threads.src

2. Uninstall "perl-threads.src" package

Here is a brief guide to show you how to uninstall perl-threads.src on Oracle Linux 8:

$ sudo dnf remove perl-threads.src $ sudo dnf autoremove

3. Information about the perl-threads.src package on Oracle Linux 8

Last metadata expiration check: 6:25:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-threads
Epoch : 1
Version : 2.25
Release : 457.module+el8.6.0+20545+312b6629
Architecture : src
Size : 131 k
Source : None
Repository : ol8_appstream
Summary : Perl interpreter-based threads
URL : https://metacpan.org/release/threads
License : GPL+ or Artistic
Description : Since Perl 5.8, thread programming has been available using a model called
: interpreter threads which provides a new Perl interpreter for each thread,
: and, by default, results in no data or state information being shared
: between threads.
:
: (Prior to Perl 5.8, 5005threads was available through the "Thread.pm" API.
: This threading model has been deprecated, and was removed as of Perl 5.10.0.)