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

Last updated: May 15,2024

1. Install "libdata-dmp-perl" package

This guide let you learn how to install libdata-dmp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdata-dmp-perl
Priority: optional
Section: universe/perl
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-1
Depends: perl, libregexp-stringify-perl
Filename: pool/universe/libd/libdata-dmp-perl/libdata-dmp-perl_0.14-1_all.deb
Size: 10178
MD5sum: f166c1b84e2768ccf901d393944ead02
SHA1: f0bee5eb89e9cfa3e43e1cf29c0e9e046cf34a4c
SHA256: 05a64e85790cb2f1b4bb8abc21848eb0cd08793db8f062ba8c75b43ce3df238d
Description-en: 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: fc513f1f8300233237bfdf4036db949c
Homepage: https://metacpan.org/release/Data-Dmp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu