How to Install and Uninstall perl-Class-Exporter.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Class-Exporter.noarch" package

Please follow the instructions below to install perl-Class-Exporter.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Class-Exporter.noarch

2. Uninstall "perl-Class-Exporter.noarch" package

Please follow the guidance below to uninstall perl-Class-Exporter.noarch on Fedora 36:

$ sudo dnf remove perl-Class-Exporter.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Exporter.noarch package on Fedora 36

Last metadata expiration check: 5:27:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Class-Exporter
Version : 0.03
Release : 37.fc36
Architecture : noarch
Size : 14 k
Source : perl-Class-Exporter-0.03-37.fc36.src.rpm
Repository : fedora
Summary : Export class methods as regular subroutines
URL : https://metacpan.org/release/Class-Exporter
License : GPL+ or Artistic
Description : This module makes it much easier to make a module have a hybrid
: object/method interface similar to the one of CGI.pm. You can take any
: old module that has an object- oriented interface and convert it to
: have a hybrid interface by simply adding "use base 'Class::Exporter'"
: to your code.