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

Last updated: April 28,2024

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

This guide let you learn how to install perl-Data-Clone.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:32:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Data-Clone
Version : 0.004
Release : 21.fc34
Architecture : x86_64
Size : 22 k
Source : perl-Data-Clone-0.004-21.fc34.src.rpm
Repository : fedora
Summary : Polymorphic data cloning
URL : https://metacpan.org/release/Data-Clone
License : GPL+ or Artistic
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.