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

Last updated: November 28,2024

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

Please follow the guidelines below to install perl-MooseX-Clone.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-MooseX-Clone.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:18:50 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-MooseX-Clone
Version : 0.06
Release : 25.fc38
Architecture : noarch
Size : 26 k
Source : perl-MooseX-Clone-0.06-25.fc38.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.