How to Install and Uninstall libdevel-mat-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libdevel-mat-perl" package

Learn how to install libdevel-mat-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-mat-perl

2. Uninstall "libdevel-mat-perl" package

Please follow the steps below to uninstall libdevel-mat-perl on Kali Linux:

$ sudo apt remove libdevel-mat-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-mat-perl package on Kali Linux

Package: libdevel-mat-perl
Version: 0.52-1
Installed-Size: 711
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-3), perlapi-5.38.2, libc6 (>= 2.14), libcommandable-perl, libdevel-mat-dumper-perl, libfeature-compat-try-perl, libfile-sharedir-perl, libheap-perl, liblist-utilsby-perl, libmodule-pluggable-perl, libscalar-list-utils-perl, libstring-tagged-perl, libstring-tagged-terminal-perl, libstruct-dumb-perl, libsyntax-keyword-match-perl
Size: 143360
SHA256: b25e43d7cbec4c49fb868c558e029b1ef360c2e2aec267b9144b00e68236bd96
SHA1: 9501fac88b2208c3c6f7a8e6d8ed0599721832b4
MD5sum: 65ed2002afbf740097e4eccdb6986224
Description: Perl Memory Analysis Tool
The Devel::MAT ecosystem allows developers of perl programs to inspect and
analyse memory-related problems such as memory leaks, unexpected memory
consumption, or odd state. This is an "offline" analysis system, in the sense
that the analysis tools all run in a different process, possibly at a later
time, than the perl process that is being analysed.
.
The basic workflow consists of two main stages: first a heap dump file is
generated from the perl process being debugged, at or around the time that
the problem becomes apparent, and secondly this file is loaded by an analysis
tool in order to inspect the contents.
.
To generate the heap dump file that captures the contents of the heap, the
Devel::MAT::Dumper (libdevel-mat-dumper-perl) module is used.
.
After there generation of the .pmat file, it can be loaded and inspected. A
lot of the smaller, simpler tools are built as plugins for the main pmat
command shell (contained in libdevel-mat-perl, together with Devel::MAT), so
inspection starts with loading the heap file there.
Description-md5:
Homepage: https://metacpan.org/release/Devel-MAT
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-mat-perl/libdevel-mat-perl_0.52-1_amd64.deb