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

Last updated: May 01,2024

1. Install "libsys-mmap-perl" package

Learn how to install libsys-mmap-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsys-mmap-perl" package

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

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

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

Package: libsys-mmap-perl
Priority: optional
Section: universe/perl
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.17-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libs/libsys-mmap-perl/libsys-mmap-perl_0.17-1build1_amd64.deb
Size: 15922
MD5sum: e802adc4f6b25fad750880ed1687544b
SHA1: 9253bdfd9b0d27a8d0603f7cb7659bece97f7d6d
SHA256: 99bcb1a938c8c4ad5cca16c4f9f622c2e31ae37d6be65ea5b87e9c6214993642
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
Homepage: https://metacpan.org/release/Sys-Mmap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu