How to Install and Uninstall perl-Thread.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Thread.noarch" package

This tutorial shows how to install perl-Thread.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-Thread.noarch" package

Please follow the step by step instructions below to uninstall perl-Thread.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Thread.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:53:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Thread
Version : 3.05
Release : 480.el9
Architecture : noarch
Size : 20 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.