How to Install and Uninstall perl-Cache-FastMmap.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 16,2024

1. Install "perl-Cache-FastMmap.x86_64" package

This is a short guide on how to install perl-Cache-FastMmap.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-Cache-FastMmap.x86_64

2. Uninstall "perl-Cache-FastMmap.x86_64" package

Please follow the guidelines below to uninstall perl-Cache-FastMmap.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-Cache-FastMmap.x86_64 $ sudo dnf autoremove

3. Information about the perl-Cache-FastMmap.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:32:07 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Cache-FastMmap
Version : 1.48
Release : 4.el8
Architecture : x86_64
Size : 58 k
Source : perl-Cache-FastMmap-1.48-4.el8.src.rpm
Repository : epel
Summary : Uses an mmap'ed file to act as a shared memory interprocess cache
URL : https://metacpan.org/pod/Cache::FastMmap
License : GPL+ or Artistic
Description : In multi-process environments (eg mod_perl, forking daemons, etc),
: it's common to want to cache information, but have that cache shared
: between processes. Many solutions already exist, and may suit your
: situation better.