How to Install and Uninstall perl-Clone Package on openSUSE Leap
Last updated: March 06,2025
1. Install "perl-Clone" package
This guide covers the steps necessary to install perl-Clone on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Clone
Copied
2. Uninstall "perl-Clone" package
This is a short guide on how to uninstall perl-Clone on openSUSE Leap:
$
sudo zypper remove
perl-Clone
Copied
3. Information about the perl-Clone package on openSUSE Leap
Information for package perl-Clone:
-----------------------------------
Repository : Main Repository
Name : perl-Clone
Version : 0.46-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.4 KiB
Installed : No
Status : not installed
Source package : perl-Clone-0.46-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Clone
Summary : Recursively copy Perl datatypes
Description :
This module provides a 'clone()' method which makes recursive copies of
nested hash, array, scalar and reference types, including tied variables
and objects.
'clone()' takes a scalar argument and duplicates it. To duplicate lists,
arrays or hashes, pass them in by reference, e.g.
my $copy = clone (\@array);
my %copy = %;
-----------------------------------
Repository : Main Repository
Name : perl-Clone
Version : 0.46-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.4 KiB
Installed : No
Status : not installed
Source package : perl-Clone-0.46-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Clone
Summary : Recursively copy Perl datatypes
Description :
This module provides a 'clone()' method which makes recursive copies of
nested hash, array, scalar and reference types, including tied variables
and objects.
'clone()' takes a scalar argument and duplicates it. To duplicate lists,
arrays or hashes, pass them in by reference, e.g.
my $copy = clone (\@array);
my %copy = %;