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

Last updated: May 14,2024

1. Install "libdata-dump-perl" package

Please follow the guidelines below to install libdata-dump-perl on Kali Linux

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

2. Uninstall "libdata-dump-perl" package

Please follow the guidance below to uninstall libdata-dump-perl on Kali Linux:

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

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

Package: libdata-dump-perl
Version: 1.25-1
Installed-Size: 67
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 28352
SHA256: 076b9511caf7aaaf3d2198651f1a750a8b08e58f93495b7220054c95daa07f27
SHA1: e6750500d293de8ea101424791ec9923b33243e5
MD5sum: 6c14cb8f3a52bca3028caac96dae80bf
Description: Perl module to help dump data structures
Data::Dump provides a single function called dump that takes a list of values
as its argument and produces a string as its result. The string contains Perl
code that, when evaled, produces a deep copy of the original arguments. The
string is formatted for easy reading.
.
If called in void context, the dump is printed on standard error instead of
being returned. If you don't like importing a function that overrides Perl's
not-so-useful builtin, then you can also import the same function as "pp"
(the mnemonic for "pretty-print").
Description-md5:
Homepage: https://metacpan.org/release/Data-Dump
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-dump-perl/libdata-dump-perl_1.25-1_all.deb