How to Install and Uninstall libsys-mmap-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 01,2024

1. Install "libsys-mmap-perl" package

This guide covers the steps necessary to install libsys-mmap-perl on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsys-mmap-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsys-mmap-perl
Architecture: amd64
Version: 0.20-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4)
Filename: pool/universe/libs/libsys-mmap-perl/libsys-mmap-perl_0.20-1build1_amd64.deb
Size: 17060
MD5sum: 27f3fc69ebedaed4fc9c6a1a012449af
SHA1: 5d2f8ac17dfae5eb0fa820c48a8bd03defa1e749
SHA256: 8938da5ebd94bc8f2b29db26e78b1ac94ee3eade138096306af3a39de3c853cf
SHA512: 9a95e27651f5ab0425967d3dd729533fd51b92fe940272667dfc95a0782c63bf1f489bfeb85504a73476b4fc173e3755c567df2548e2e40131036b69c246783f
Homepage: https://metacpan.org/release/Sys-Mmap
Description-en: 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: 345611db10314ff64e17db9dfb4ec388