How to Install and Uninstall perl-Attribute-Handlers.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Attribute-Handlers.noarch" package

This is a short guide on how to install perl-Attribute-Handlers.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Attribute-Handlers.noarch

2. Uninstall "perl-Attribute-Handlers.noarch" package

This is a short guide on how to uninstall perl-Attribute-Handlers.noarch on Fedora 36:

$ sudo dnf remove perl-Attribute-Handlers.noarch $ sudo dnf autoremove

3. Information about the perl-Attribute-Handlers.noarch package on Fedora 36

Last metadata expiration check: 2:39:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Attribute-Handlers
Version : 1.01
Release : 486.fc36
Architecture : noarch
Size : 32 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
Summary : Simpler definition of attribute handlers
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This Perl module, when inherited by a package, allows that package's class to
: define attribute handler subroutines for specific attributes. Variables and
: subroutines subsequently defined in that package, or in packages derived from
: that package may be given attributes with the same names as the attribute
: handler subroutines, which will then be called in one of the compilation
: phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block).