How to Install and Uninstall perl-IPC-Shareable.noarch Package on Fedora 36

Last updated: November 25,2024

1. Install "perl-IPC-Shareable.noarch" package

In this section, we are going to explain the necessary steps to install perl-IPC-Shareable.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-IPC-Shareable.noarch

2. Uninstall "perl-IPC-Shareable.noarch" package

This tutorial shows how to uninstall perl-IPC-Shareable.noarch on Fedora 36:

$ sudo dnf remove perl-IPC-Shareable.noarch $ sudo dnf autoremove

3. Information about the perl-IPC-Shareable.noarch package on Fedora 36

Last metadata expiration check: 3:31:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-IPC-Shareable
Version : 1.06
Release : 2.fc36
Architecture : noarch
Size : 41 k
Source : perl-IPC-Shareable-1.06-2.fc36.src.rpm
Repository : fedora
Summary : Share Perl variables between processes
URL : https://metacpan.org/release/IPC-Shareable
License : GPLv2+
Description : IPC::Shareable allows you to tie a variable to shared memory making it
: easy to share the contents of that variable with other Perl processes.
: Scalars, arrays, and hashes can be tied. The variable being tied may
: contain arbitrarily complex data structures - including references to
: arrays, hashes of hashes, etc.