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

Last updated: May 19,2024

1. Install "libcache-mmap-perl" package

Please follow the steps below to install libcache-mmap-perl on Kali Linux

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

2. Uninstall "libcache-mmap-perl" package

Please follow the guidelines below to uninstall libcache-mmap-perl on Kali Linux:

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

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

Package: libcache-mmap-perl
Source: libcache-mmap-perl (0.11-4)
Version: 0.11-4+b2
Installed-Size: 72
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.28)
Size: 21644
SHA256: a4dd2c997a5e1cd070c78a85b381a653d36019def577a7986713434df2572b93
SHA1: 66d5313cff65f333b09553386cf62c4721c95868
MD5sum: cba234bd2f3bcb1178f18af9d38ed548
Description: 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:
Homepage: https://metacpan.org/release/Cache-Mmap
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcache-mmap-perl/libcache-mmap-perl_0.11-4+b2_amd64.deb