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

Last updated: January 17,2025

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

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

$ 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 39:

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

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

Last metadata expiration check: 0:39:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-IPC-Shareable
Version : 1.12
Release : 5.fc39
Architecture : noarch
Size : 42 k
Source : perl-IPC-Shareable-1.12-5.fc39.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.