How to Install and Uninstall libfile-map-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libfile-map-perl" package

Learn how to install libfile-map-perl on Kali Linux

$ sudo apt update $ sudo apt install libfile-map-perl

2. Uninstall "libfile-map-perl" package

Learn how to uninstall libfile-map-perl on Kali Linux:

$ sudo apt remove libfile-map-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-map-perl package on Kali Linux

Package: libfile-map-perl
Source: libfile-map-perl (0.71-1)
Version: 0.71-1+b1
Installed-Size: 84
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.34), libsub-exporter-progressive-perl
Size: 29648
SHA256: b8f8cd5c9a7694e5e95a4fd56cdba4eb325421dd2d5a65fa2ad6b6a7c82cf640
SHA1: bc2d0bb1081584c208035735556fd304275452a5
MD5sum: 10b90d0fc393f62c08905146c130ab74
Description: Perl module providing simple and safe memory mapping
File::Map maps files or anonymous memory into perl variables that can be read
just like any other variable. Files are unmapped when the scalar variable is
destroyed, even in multithreaded programs.
.
Mapped memory is shared between threads and forked processes, and can be
returned to the system when no longer needed. File::Map has built-in support
for thread synchronisation, and is safe yet fast.
Description-md5:
Homepage: https://metacpan.org/release/File-Map
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-map-perl/libfile-map-perl_0.71-1+b1_amd64.deb