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

Last updated: October 09,2024

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

In this section, we are going to explain the necessary steps to install perl-MooseX-Emulate-Class-Accessor-Fast.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-MooseX-Emulate-Class-Accessor-Fast.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 5:10:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-MooseX-Emulate-Class-Accessor-Fast
Version : 0.009032
Release : 10.fc35
Architecture : noarch
Size : 20 k
Source : perl-MooseX-Emulate-Class-Accessor-Fast-0.009032-10.fc35.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.