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

Last updated: October 10,2024

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

This tutorial shows how to install perl-Data-Clone.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall perl-Data-Clone.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:33:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Data-Clone
Version : 0.004
Release : 24.fc36
Architecture : x86_64
Size : 22 k
Source : perl-Data-Clone-0.004-24.fc36.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.