How to Install and Uninstall perl-IPC-SharedCache.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 29,2024
1. Install "perl-IPC-SharedCache.noarch" package
Here is a brief guide to show you how to install perl-IPC-SharedCache.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-IPC-SharedCache.noarch
Copied
2. Uninstall "perl-IPC-SharedCache.noarch" package
This guide let you learn how to uninstall perl-IPC-SharedCache.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-IPC-SharedCache.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-IPC-SharedCache.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:32:33 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-IPC-SharedCache
Version : 1.3
Release : 46.el9
Architecture : noarch
Size : 34 k
Source : perl-IPC-SharedCache-1.3-46.el9.src.rpm
Repository : epel
Summary : Perl module to manage a cache in SysV IPC shared memory
URL : https://metacpan.org/release/IPC-SharedCache
License : GPLv2+
Description : This module provides a shared memory cache accessed as a tied hash.
: Shared memory is an area of memory that is available to all processes.
: It is accessed by choosing a key, the ipc_key argument to tie. Every
: process that accesses shared memory with the same key gets access to
: the same region of memory. In some ways it resembles a file system,
: but it is not hierarchical and it is resident in memory. This makes
: it harder to use than a filesystem but much faster. The data in
: shared memory persists until the machine is rebooted or it is
: explicitly deleted.
Available Packages
Name : perl-IPC-SharedCache
Version : 1.3
Release : 46.el9
Architecture : noarch
Size : 34 k
Source : perl-IPC-SharedCache-1.3-46.el9.src.rpm
Repository : epel
Summary : Perl module to manage a cache in SysV IPC shared memory
URL : https://metacpan.org/release/IPC-SharedCache
License : GPLv2+
Description : This module provides a shared memory cache accessed as a tied hash.
: Shared memory is an area of memory that is available to all processes.
: It is accessed by choosing a key, the ipc_key argument to tie. Every
: process that accesses shared memory with the same key gets access to
: the same region of memory. In some ways it resembles a file system,
: but it is not hierarchical and it is resident in memory. This makes
: it harder to use than a filesystem but much faster. The data in
: shared memory persists until the machine is rebooted or it is
: explicitly deleted.