How to Install and Uninstall perl-Data-Printer Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Data-Printer" package

This is a short guide on how to install perl-Data-Printer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Data-Printer

2. Uninstall "perl-Data-Printer" package

Please follow the guidelines below to uninstall perl-Data-Printer on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-Printer

3. Information about the perl-Data-Printer package on openSuSE Tumbleweed

Information for package perl-Data-Printer:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-Printer
Version : 1.002001-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 338.7 KiB
Installed : No
Status : not installed
Source package : perl-Data-Printer-1.002001-1.1.src
Upstream URL : https://metacpan.org/release/Data-Printer
Summary : Colored & full-featured pretty print of Perl data structures and objects
Description :
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data
structures in a way they are suitable for being "eval"'ed back in. The
thing is, a lot of people keep using it (and similar ones, like Data::Dump)
to print data structures and objects on screen for inspection and
debugging, and while you _can_ use those modules for that, it doesn't mean
you _should_.
This is where Data::Printer comes in. It is meant to do one thing and one
thing only:
_format Perl variables and objects to be inspected by a human_
If you want to serialize/store/restore Perl data structures, this module
will NOT help you. Try Storable, Data::Dumper, JSON, or whatever. CPAN is
full of such solutions!
Whenever you type 'use Data::Printer' or 'use DDP', we export two functions
to your namespace: