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

Last updated: January 10,2025

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

This tutorial shows how to install perl-threads-shared.x86_64 on Fedora 38

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

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

Please follow the guidance below to uninstall perl-threads-shared.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:00:40 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-threads-shared
Version : 1.64
Release : 490.fc38
Architecture : x86_64
Size : 44 k
Source : perl-threads-shared-1.64-490.fc38.src.rpm
Repository : fedora
Summary : Perl extension for sharing data structures between threads
URL : https://metacpan.org/release/threads-shared
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.