How to Install and Uninstall libcache-mmap-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libcache-mmap-perl" package

This is a short guide on how to install libcache-mmap-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcache-mmap-perl" package

This is a short guide on how to uninstall libcache-mmap-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcache-mmap-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcache-mmap-perl
Priority: optional
Section: universe/perl
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.11-3build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libc/libcache-mmap-perl/libcache-mmap-perl_0.11-3build2_amd64.deb
Size: 20182
MD5sum: 9592b73f8f2f8022269e93002886c0cf
SHA1: fa8cf43840739e621d7cd83795d71cce550eb897
SHA256: 5c89b79d01aaab4009c1d8a78f5a7535d775c39c2bf281622899630ba6c1845b
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
Homepage: https://metacpan.org/release/Cache-Mmap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu