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

Last updated: October 06,2024

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

Please follow the instructions below to install perl-IPC-Shareable.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-IPC-Shareable.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:48:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-IPC-Shareable
Version : 0.61
Release : 20.fc34
Architecture : noarch
Size : 43 k
Source : perl-IPC-Shareable-0.61-20.fc34.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.