How to Install and Uninstall perl-threads.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-threads.x86_64" package

In this section, we are going to explain the necessary steps to install perl-threads.x86_64 on Fedora 36

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

2. Uninstall "perl-threads.x86_64" package

Please follow the guidelines below to uninstall perl-threads.x86_64 on Fedora 36:

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

3. Information about the perl-threads.x86_64 package on Fedora 36

Last metadata expiration check: 5:28:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-threads
Epoch : 1
Version : 2.26
Release : 449.fc36
Architecture : x86_64
Size : 57 k
Source : perl-threads-2.26-449.fc36.src.rpm
Repository : fedora
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.)