How to Install and Uninstall perl-threads.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-threads.x86_64" package

Please follow the step by step instructions below to install perl-threads.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-threads.x86_64

2. Uninstall "perl-threads.x86_64" package

This guide let you learn how to uninstall perl-threads.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-threads.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-threads
Arch : x86_64
Version : 1.87
Release : 4.el7
Size : 96 k
Repo : installed
From repo : anaconda
Summary : Perl interpreter-based threads
URL : http://search.cpan.org/dist/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.)