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

Last updated: January 18,2025

1. Install "perl-MooseX-Clone.noarch" package

Please follow the steps below to install perl-MooseX-Clone.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-MooseX-Clone.noarch

2. Uninstall "perl-MooseX-Clone.noarch" package

This tutorial shows how to uninstall perl-MooseX-Clone.noarch on Fedora 39:

$ sudo dnf remove perl-MooseX-Clone.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:15:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MooseX-Clone
Version : 0.06
Release : 26.fc39
Architecture : noarch
Size : 26 k
Source : perl-MooseX-Clone-0.06-26.fc39.src.rpm
Repository : fedora
Summary : Fine grained cloning support for Moose objects
URL : https://metacpan.org/release/MooseX-Clone
License : GPL+ or Artistic
Description : Out of the box Moose only provides very bare-bones cloning support in order
: to maximize flexibility.
:
: This role provides a clone method that makes use of the low level cloning
: support already in Moose and adds selective deep cloning based on
: introspection on top of that. Attributes with the Clone trait will handle
: cloning of data within the object, typically delegating to the attribute
: value's own clone method.