How to Install and Uninstall perl-Attribute-Handlers.noarch Package on Oracle Linux 8

Last updated: March 01,2025

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

Please follow the steps below to install perl-Attribute-Handlers.noarch on Oracle Linux 8

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

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

Please follow the guidance below to uninstall perl-Attribute-Handlers.noarch on Oracle Linux 8:

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

3. Information about the perl-Attribute-Handlers.noarch package on Oracle Linux 8

Last metadata expiration check: 0:34:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Attribute-Handlers
Version : 0.99
Release : 421.el8
Architecture : noarch
Size : 89 k
Source : perl-5.26.3-421.el8.src.rpm
Repository : ol8_appstream
Summary : Simpler definition of attribute handlers
URL : http://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).