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

Last updated: October 10,2024

1. Install "perl-Data-Clone.x86_64" package

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

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

2. Uninstall "perl-Data-Clone.x86_64" package

Please follow the guidance below to uninstall perl-Data-Clone.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:34:04 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Data-Clone
Version : 0.004
Release : 30.fc39
Architecture : x86_64
Size : 23 k
Source : perl-Data-Clone-0.004-30.fc39.src.rpm
Repository : fedora
Summary : Polymorphic data cloning
URL : https://metacpan.org/release/Data-Clone
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.