How to Install and Uninstall perl-Clone.x86_64 Package on Fedora 39

Last updated: November 29,2024

1. Install "perl-Clone.x86_64" package

Please follow the guidance below to install perl-Clone.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Clone.x86_64

2. Uninstall "perl-Clone.x86_64" package

Here is a brief guide to show you how to uninstall perl-Clone.x86_64 on Fedora 39:

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

3. Information about the perl-Clone.x86_64 package on Fedora 39

Last metadata expiration check: 0:35:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Clone
Version : 0.46
Release : 4.fc39
Architecture : x86_64
Size : 22 k
Source : perl-Clone-0.46-4.fc39.src.rpm
Repository : fedora
Summary : Recursively copy perl data types
URL : https://metacpan.org/release/Clone
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.