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

Last updated: October 05,2024

1. Install "perl-threads.x86_64" package

Here is a brief guide to show you how to install perl-threads.x86_64 on Oracle Linux 8

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

2. Uninstall "perl-threads.x86_64" package

This guide covers the steps necessary to uninstall perl-threads.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 4:52:51 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : perl-threads
Epoch : 1
Version : 2.21
Release : 2.el8
Architecture : x86_64
Size : 107 k
Source : perl-threads-2.21-2.el8.src.rpm
Repository : @System
From repo : ol8_baseos_latest
Summary : Perl interpreter-based threads
URL : http://search.cpan.org/dist/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.)