How to Install and Uninstall perl-Thread.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "perl-Thread.noarch" package

Please follow the guidelines below to install perl-Thread.noarch on Fedora 34

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

2. Uninstall "perl-Thread.noarch" package

Please follow the guidance below to uninstall perl-Thread.noarch on Fedora 34:

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

3. Information about the perl-Thread.noarch package on Fedora 34

Last metadata expiration check: 0:35:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Thread
Version : 3.05
Release : 477.fc34
Architecture : noarch
Size : 28 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
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.