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

Last updated: May 10,2024

1. Install "perl-Data-Perl" package

Please follow the guidance below to install perl-Data-Perl on openSUSE Leap

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

2. Uninstall "perl-Data-Perl" package

Please follow the instructions below to uninstall perl-Data-Perl on openSUSE Leap:

$ sudo zypper remove perl-Data-Perl

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

Information for package perl-Data-Perl:
---------------------------------------
Repository : Main Repository
Name : perl-Data-Perl
Version : 0.002011-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 91.9 KiB
Installed : No
Status : not installed
Source package : perl-Data-Perl-0.002011-bp155.2.11.src
Upstream URL : https://metacpan.org/release/Data-Perl
Summary : Base classes wrapping fundamental Perl data types
Description :
Data::Perl is a collection of classes that wrap fundamental data types that
exist in Perl. These classes and methods as they exist today are an attempt
to mirror functionality provided by Moose's Native Traits. One important
thing to note is all classes currently do no validation on constructor
input.
Data::Perl is a container class for the following classes:
* * Data::Perl::Collection::Hash
* * Data::Perl::Collection::Array
* * Data::Perl::String
* * Data::Perl::Number
* * Data::Perl::Counter
* * Data::Perl::Bool
* * Data::Perl::Code