How to Install and Uninstall perl-threads-shared.x86_64 Package on Fedora 35

Last updated: February 06,2025

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

Please follow the instructions below to install perl-threads-shared.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-threads-shared.x86_64

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

In this section, we are going to explain the necessary steps to uninstall perl-threads-shared.x86_64 on Fedora 35:

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

3. Information about the perl-threads-shared.x86_64 package on Fedora 35

Last metadata expiration check: 1:28:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-threads-shared
Version : 1.62
Release : 478.fc35
Architecture : x86_64
Size : 43 k
Source : perl-threads-shared-1.62-478.fc35.src.rpm
Repository : fedora
Summary : Perl extension for sharing data structures between threads
URL : https://metacpan.org/release/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.