How to Install and Uninstall perl-Clone.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "perl-Clone.x86_64" package

Please follow the steps below to install perl-Clone.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Clone.x86_64

2. Uninstall "perl-Clone.x86_64" package

Please follow the guidelines below to uninstall perl-Clone.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-Clone.x86_64 $ sudo yum autoremove

3. Information about the perl-Clone.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Clone
Arch : x86_64
Version : 0.34
Release : 5.amzn2.0.2
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Recursively copy perl data types
URL : http://search.cpan.org/dist/Clone
License : GPL+ or Artistic
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 an optional parameter that
: can be used to limit the depth of the copy. To duplicate lists,
: arrays or hashes, pass them in by reference.