How to Install and Uninstall perl-MooseX-Emulate-Class-Accessor-Fast.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-MooseX-Emulate-Class-Accessor-Fast.noarch" package

Please follow the step by step instructions below to install perl-MooseX-Emulate-Class-Accessor-Fast.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Emulate-Class-Accessor-Fast.noarch

2. Uninstall "perl-MooseX-Emulate-Class-Accessor-Fast.noarch" package

This guide let you learn how to uninstall perl-MooseX-Emulate-Class-Accessor-Fast.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Emulate-Class-Accessor-Fast.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Emulate-Class-Accessor-Fast.noarch package on Fedora 36

Last metadata expiration check: 0:44:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-Emulate-Class-Accessor-Fast
Version : 0.009032
Release : 11.fc36
Architecture : noarch
Size : 20 k
Source : perl-MooseX-Emulate-Class-Accessor-Fast-0.009032-11.fc36.src.rpm
Repository : fedora
Summary : Emulate Class::Accessor::Fast behavior using Moose attributes
URL : https://metacpan.org/release/MooseX-Emulate-Class-Accessor-Fast
License : GPL+ or Artistic
Description : This module attempts to emulate the behavior of Class::Accessor::Fast
: as accurately as possible using the Moose attribute system. The public
: API of "Class::Accessor::Fast" is wholly supported, but the private
: methods are not. If you are only using the public methods (as you
: should) migration should be a matter of switching your "use base" line
: to a "with" line.