How to Install and Uninstall libcache-mmap-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libcache-mmap-perl" package

This is a short guide on how to install libcache-mmap-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcache-mmap-perl

2. Uninstall "libcache-mmap-perl" package

Please follow the steps below to uninstall libcache-mmap-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcache-mmap-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcache-mmap-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcache-mmap-perl
Architecture: amd64
Version: 0.11-3build7
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: perl (>= 5.30.0-7), perlapi-5.30.0, libc6 (>= 2.28)
Filename: pool/universe/libc/libcache-mmap-perl/libcache-mmap-perl_0.11-3build7_amd64.deb
Size: 20012
MD5sum: c5bc217ea367a82f2a95f96e0de1423a
SHA1: a219674017565120c291da3c8e25d08b144d6847
SHA256: ea951b57cfc2221675a865cfb3f58a2ca8440cd082007d916a30d2ad4e937950
SHA512: b0a4df2d713a60404dde2c877b598784c01a3cf9f54a10cd77e68e95d6dcc2ceb8d4a4180859dd67879c32d3d92e051c7154ca6b1a7df8aeb51ba315dbd5af8c
Homepage: https://metacpan.org/release/Cache-Mmap
Description-en: module to provide a shared data cache using memory mapped files
Cache::Mmap implements a shared data cache, using memory mapped files.
If routines are provided which interact with the underlying data, access to
the cache is completely transparent, and the module handles all the details of
refreshing cache contents, and updating underlying data, if necessary.
.
Cache entries are assigned to "buckets" within the cache file, depending on
the key. Within each bucket, entries are stored approximately in order of last
access, so that frequently accessed entries will move to the head of the
bucket, thus decreasing access time. Concurrent accesses to the same bucket are
prevented by file locking of the relevant section of the cache file.
Description-md5: 254e921034646bac4fa6f9caa95a1797