How to Install and Uninstall perl-threads-shared.x86_64 Package on Amazon Linux 2

Last updated: November 27,2024

1. Install "perl-threads-shared.x86_64" package

Here is a brief guide to show you how to install perl-threads-shared.x86_64 on Amazon Linux 2

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

2. Uninstall "perl-threads-shared.x86_64" package

Please follow the steps below to uninstall perl-threads-shared.x86_64 on Amazon Linux 2:

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

3. Information about the perl-threads-shared.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-threads-shared
Arch : x86_64
Version : 1.43
Release : 6.amzn2.0.2
Size : 72 k
Repo : installed
From repo : amzn2-core
Summary : Perl extension for sharing data structures between threads
URL : http://search.cpan.org/dist/threads-shared/
License : GPL+ or Artistic
Description : By default, variables are private to each thread, and each newly
: created thread gets a private copy of each existing variable. This
: module allows you to share variables across different threads (and
: pseudo-forks on Win32). It is used together with the threads
: module.