How to Install and Uninstall libcache-fastmmap-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libcache-fastmmap-perl" package

This tutorial shows how to install libcache-fastmmap-perl on Kali Linux

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

2. Uninstall "libcache-fastmmap-perl" package

Please follow the instructions below to uninstall libcache-fastmmap-perl on Kali Linux:

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

3. Information about the libcache-fastmmap-perl package on Kali Linux

Package: libcache-fastmmap-perl
Source: libcache-fastmmap-perl (1.57-2)
Version: 1.57-2+b2
Installed-Size: 128
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.33), libcompress-lz4-perl, libcompress-snappy-perl
Size: 49204
SHA256: 4f4ac5a94e06cc6b3ab5b4d72d1b9d856db2c94f50d23da80d144ae5fa68fa70
SHA1: 3439a7358ae04fbada590edf743c465f8d77ac16
MD5sum: 3a56d874fdece83ed0479c8efd0cb61c
Description: 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:
Homepage: https://metacpan.org/release/Cache-FastMmap
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcache-fastmmap-perl/libcache-fastmmap-perl_1.57-2+b2_amd64.deb