How to Install and Uninstall perl-Cache-FastMmap.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

Here is a brief guide to show you how to install perl-Cache-FastMmap.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall perl-Cache-FastMmap.x86_64 on Fedora 34:

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

3. Information about the perl-Cache-FastMmap.x86_64 package on Fedora 34

Last metadata expiration check: 0:53:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Cache-FastMmap
Version : 1.56
Release : 2.fc34
Architecture : x86_64
Size : 59 k
Source : perl-Cache-FastMmap-1.56-2.fc34.src.rpm
Repository : fedora
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.