How to Install and Uninstall perl-Thread.noarch Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "perl-Thread.noarch" package

Please follow the step by step instructions below to install perl-Thread.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Thread.noarch

2. Uninstall "perl-Thread.noarch" package

Learn how to uninstall perl-Thread.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Thread.noarch $ sudo dnf autoremove

3. Information about the perl-Thread.noarch package on CentOS Stream 9

Last metadata expiration check: 0:18:14 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Thread
Version : 3.05
Release : 481.el9
Architecture : noarch
Size : 18 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : appstream
Summary : Manipulate threads in Perl (for old code only)
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This Thread module served as the front end to the old-style thread model,
: called 5005threads, that has been removed in version 5.10.
:
: For old code and interim backwards compatibility, the Thread module has been
: reworked to function as a front end for the new interpreter threads (ithreads)
: model. However, some previous functionality is not available. Further, the
: data sharing models between the two thread models are completely different,
: and anything to do with data sharing has to be thought differently.
:
: You are strongly encouraged to migrate any existing threaded code to the new
: model (i.e., use the threads and threads::shared modules) as soon as possible.