How to Install and Uninstall libdata-dmp-perl Package on Kali Linux

Last updated: May 22,2024

1. Install "libdata-dmp-perl" package

This tutorial shows how to install libdata-dmp-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-dmp-perl

2. Uninstall "libdata-dmp-perl" package

This guide let you learn how to uninstall libdata-dmp-perl on Kali Linux:

$ sudo apt remove libdata-dmp-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-dmp-perl package on Kali Linux

Package: libdata-dmp-perl
Version: 0.242-2
Installed-Size: 35
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libregexp-stringify-perl
Size: 14492
SHA256: 9e098e71ef6d4fc2a6cadce7733a34c23adf356e1f3c9eaa753dfebebd8bcb1e
SHA1: 04df58e57165c4dab31a885b8a5b9f9132ddf287
MD5sum: 42567fb820d1a8cb277a0682c62dbf5a
Description: Perl module that dumps Perl data structures as Perl code
Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 150
lines of code long), starts fast and does not use other module except
Regexp::Stringify when dumping regexes. It produces compact output (similar
to Data::Dumper::Concise). It roughly has the same speed as Data::Dumper
(usually a bit faster for smaller structures), but does not offer the various
formatting options. It supports dumping objects, regexes, circular
structures, coderefs. Its code is based on Data::Dump.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-Dmp
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-dmp-perl/libdata-dmp-perl_0.242-2_all.deb