How to Install and Uninstall perl-threads-shared.src Package on Oracle Linux 8

Last updated: October 04,2024

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

This tutorial shows how to install perl-threads-shared.src on Oracle Linux 8

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

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

Please follow the guidance below to uninstall perl-threads-shared.src on Oracle Linux 8:

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

3. Information about the perl-threads-shared.src package on Oracle Linux 8

Last metadata expiration check: 0:14:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-threads-shared
Version : 1.61
Release : 457.module+el8.6.0+20545+312b6629
Architecture : src
Size : 121 k
Source : None
Repository : ol8_appstream
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.