How to Install and Uninstall libcache-mmap-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libcache-mmap-perl" package

This guide let you learn how to install libcache-mmap-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libcache-mmap-perl" package

This guide let you learn how to uninstall libcache-mmap-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcache-mmap-perl package on Ubuntu 21.10 (Impish Indri)

Package: libcache-mmap-perl
Architecture: amd64
Version: 0.11-3build8
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.32.0-4), perlapi-5.32.0, libc6 (>= 2.28)
Filename: pool/universe/libc/libcache-mmap-perl/libcache-mmap-perl_0.11-3build8_amd64.deb
Size: 19916
MD5sum: aabb5b71845fa8ba337a218e60c7a2c3
SHA1: 910296379713347bd124ba3ba3dc260503dbd3ff
SHA256: bb3a0f70c75da2a92162c10701e1dbcbb25133638a592825e9ec9e75f2e7a119
SHA512: 6f48a36f9e3df7339ac336e00853f4335cb3436a7d862f203954f8123cf527c50c718e045bb3a8e9b2df41250d8b29fc9d7f5dd73d41304aa573950a84403b10
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