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

Last updated: November 27,2024

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

Please follow the steps below to install perl-IPC-Shareable.noarch on Fedora 38

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

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

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

Last metadata expiration check: 5:42:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-IPC-Shareable
Version : 1.12
Release : 4.fc38
Architecture : noarch
Size : 42 k
Source : perl-IPC-Shareable-1.12-4.fc38.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.