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

Last updated: September 20,2024

1. Install "libcache-fastmmap-perl" package

Please follow the step by step instructions below to install libcache-fastmmap-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcache-fastmmap-perl" package

Please follow the steps below to uninstall libcache-fastmmap-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcache-fastmmap-perl
Priority: optional
Section: universe/perl
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.43-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libc/libcache-fastmmap-perl/libcache-fastmmap-perl_1.43-1build1_amd64.deb
Size: 40558
MD5sum: dc4810a6d071437e4d748b1c590dcca5
SHA1: 58f59b0dfd38a4c2be2b6d02ee449d8a70f7795c
SHA256: 75f7cfcaf374536fed918d3149d8acb3033e802fcaf4c1182f5600709d1706e1
Description-en: Perl module providing a mmap'ed cache
Cache::FastMmap uses the mmap system call to establish an interprocess shared
memory cache. Its core code is written in C, which can provide significant
performance compared to a Pure Perl implementation such as Cache::Mmap. It can
handle rather large pages without the socket connection and latency of using
full-fledged databases where long-term persistence is unnecessary.
.
Since the algorithm uses a dual-level hashing system (a hash is used to find
a page, then another hash within each page to find a given slot), most get
calls can execute in constant O(1) time. The system uses fcntl to handle
concurrent access, but only locks individual pages to reduce contention. The
oldest (least recently used) data is evicted from the cache first, making
this cache implementation most suitable for cases when old data is unlikely
to be searched.
Description-md5: 1ae2c7cbe6861169a2b5c6020c5b69b2
Homepage: https://metacpan.org/release/Cache-FastMmap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu