How to Install and Uninstall perl-Thread.noarch Package on Oracle Linux 9
Last updated: November 13,2024
1. Install "perl-Thread.noarch" package
In this section, we are going to explain the necessary steps to install perl-Thread.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Thread.noarch
Copied
2. Uninstall "perl-Thread.noarch" package
Please follow the step by step instructions below to uninstall perl-Thread.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Thread.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Thread.noarch package on Oracle Linux 9
Last metadata expiration check: 3:52:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Thread
Version : 3.05
Release : 480.el9
Architecture : noarch
Size : 18 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.
Available Packages
Name : perl-Thread
Version : 3.05
Release : 480.el9
Architecture : noarch
Size : 18 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.