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

Last updated: May 18,2024

1. Install "perl-Data-Clone" package

Learn how to install perl-Data-Clone on openSuSE Tumbleweed

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

2. Uninstall "perl-Data-Clone" package

Please follow the step by step instructions below to uninstall perl-Data-Clone on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-Clone

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

Information for package perl-Data-Clone:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-Clone
Version : 0.6.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 53.6 KiB
Installed : No
Status : not installed
Source package : perl-Data-Clone-0.6.0-2.1.src
Upstream URL : https://metacpan.org/release/Data-Clone
Summary : Polymorphic data cloning
Description :
'Data::Clone' does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When 'clone()' finds an object, it calls
a 'clone' method of the object if the object has a 'clone', otherwise it
makes a surface copy of the object. That is, this module does polymorphic
data cloning.
Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See Cloning
policy and Comparison to other cloning modules for details.