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

Last updated: May 18,2024

1. Install "libdata-printer-perl" package

Please follow the guidelines below to install libdata-printer-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-printer-perl" package

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

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

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

Package: libdata-printer-perl
Priority: optional
Section: universe/perl
Installed-Size: 174
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.36-1
Depends: perl (>= 5.13.3), libclone-pp-perl, libfile-homedir-perl (>= 0.91), libpackage-stash-perl, libmoose-perl, libsort-naturally-perl
Filename: pool/universe/libd/libdata-printer-perl/libdata-printer-perl_0.36-1_all.deb
Size: 62484
MD5sum: 0894b07ceb3a030ce3b468acf6048c31
SHA1: f4b4887ba01a5d0ff7379bbba3d4640c300145cf
SHA256: 9350dcecb44e4ae2be0942b1a543ab0bed3a9be2bfe13bbdefe614dd4024f664
Description-en: colored pretty-printer of Perl data structures and objects
Data::Printer is a tool designed to display Perl variables and objects on
screen, properly formatted for inspection by a human being.
.
Many people use Data::Dumper for this task, although it was designed
primarily to stringify data structures such that they can be eval'ed
back in. It thus lacks all the visual clues, extra information and
filtering possibilities that Data::Printer has to offer:
.
* Sane defaults
* Highly customizable
* Colored output by default
* Human-friendly output, with array index and custom separators
* Full object dumps including methods, inheritance and internals
* Exposes extra information such as tainted data and weak references
* Ability to easily create filters for objects and regular structures
* Ability to load settings from a .dataprinter file
Description-md5: f6caa769fabdc93e081347f965a3eb05
Homepage: https://metacpan.org/release/Data-Printer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu