How to Install and Uninstall perl-Data-Printer Package on openSUSE Leap

Last updated: July 01,2024

1. Install "perl-Data-Printer" package

Please follow the guidelines below to install perl-Data-Printer on openSUSE Leap

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

2. Uninstall "perl-Data-Printer" package

Please follow the step by step instructions below to uninstall perl-Data-Printer on openSUSE Leap:

$ sudo zypper remove perl-Data-Printer

3. Information about the perl-Data-Printer package on openSUSE Leap

Information for package perl-Data-Printer:
------------------------------------------
Repository : Main Repository
Name : perl-Data-Printer
Version : 1.001000-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 338.8 KiB
Installed : No
Status : not installed
Source package : perl-Data-Printer-1.001000-bp155.1.5.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: