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

Last updated: May 17,2024

1. Install "libdevel-partialdump-perl" package

Please follow the step by step instructions below to install libdevel-partialdump-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-partialdump-perl" package

This is a short guide on how to uninstall libdevel-partialdump-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdevel-partialdump-perl
Priority: optional
Section: universe/perl
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.18-1
Depends: perl, libclass-tiny-perl, libnamespace-clean-perl (>= 0.20), libsub-exporter-perl
Filename: pool/universe/libd/libdevel-partialdump-perl/libdevel-partialdump-perl_0.18-1_all.deb
Size: 14104
MD5sum: e1b54ccb47fbd414c376ce9748a5d388
SHA1: e6caed2e04b4127a85fc4769de73a80d7c911716
SHA256: 622f3da4bc891793d09c3629cb9a36e888756d0d85e28fcc3f1dc76498846618
Description-en: Perl module to dump subroutine parameters concisely
Devel::PartialDump is similar in nature to Data::Dumper, however, it is
optimized for the common case of bug reporting with complex data structures.
Outputting a string containing a complex data structure can yield rather
useless results, since the structures are stringified.
.
This module optionally overrides Carp's routines to provide a concise dump of
a variable's contents instead of a simple stringification with warn, etc.
Description-md5: 54bf265531fcc2601d743c0e527fb225
Homepage: https://metacpan.org/release/Devel-PartialDump
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu