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

Last updated: May 01,2024

1. Install "libsys-mmap-perl" package

Please follow the guidance below to install libsys-mmap-perl on Kali Linux

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

2. Uninstall "libsys-mmap-perl" package

Please follow the instructions below to uninstall libsys-mmap-perl on Kali Linux:

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

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

Package: libsys-mmap-perl
Source: libsys-mmap-perl (0.20-2)
Version: 0.20-2+b2
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.33)
Size: 18520
SHA256: cf52cf6bde0d9bd49524e9850e3dd39cbb139411edc85c112b2de52c059f94ff
SHA1: d68d8c253a5aedc77641110e991a03ddeb5c15d4
MD5sum: abee71012e66dd5f3068a45365731b1a
Description: module for using POSIX mmap
The Mmap module uses the POSIX mmap call to map in a file as a Perl variable.
Memory access by mmap may be shared between threads or forked processes, and
may be a disc file that has been mapped into memory. Sys::Mmap depends on
your operating system supporting UNIX or POSIX.1b mmap, of course.
.
Note that PerlIO now defines a :mmap tag and presents mmap'd files as regular
files, if that is your cup of joe.
.
Several processes may share one copy of the file or string, saving memory,
and concurrently making changes to portions of the file or string. When not
used with a file, it is an alternative to SysV shared memory. Unlike SysV
shared memory, there are no arbitrary size limits on the shared memory area,
and sparce memory usage is handled optimally on most modern UNIX
implementations.
Description-md5:
Multi-Arch: same
Homepage: https://metacpan.org/release/Sys-Mmap
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsys-mmap-perl/libsys-mmap-perl_0.20-2+b2_amd64.deb