How to Install and Uninstall perl-Clone.x86_64 Package on AlmaLinux 9
Last updated: November 25,2024
1. Install "perl-Clone.x86_64" package
This guide let you learn how to install perl-Clone.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Clone.x86_64
Copied
2. Uninstall "perl-Clone.x86_64" package
In this section, we are going to explain the necessary steps to uninstall perl-Clone.x86_64 on AlmaLinux 9:
$
sudo dnf remove
perl-Clone.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Clone.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:47:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Clone
Version : 0.45
Release : 6.el9
Architecture : x86_64
Size : 22 k
Source : perl-Clone-0.45-6.el9.src.rpm
Repository : appstream
Summary : Recursively copy perl data types
URL : https://metacpan.org/release/Clone
License : GPL+ or Artistic
Description : This module provides a clone() method that 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.
Available Packages
Name : perl-Clone
Version : 0.45
Release : 6.el9
Architecture : x86_64
Size : 22 k
Source : perl-Clone-0.45-6.el9.src.rpm
Repository : appstream
Summary : Recursively copy perl data types
URL : https://metacpan.org/release/Clone
License : GPL+ or Artistic
Description : This module provides a clone() method that 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.