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

Last updated: November 26,2024

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

Please follow the guidelines below to install perl-Class-Exporter.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Class-Exporter.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:29:48 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Class-Exporter
Version : 0.03
Release : 36.fc35
Architecture : noarch
Size : 14 k
Source : perl-Class-Exporter-0.03-36.fc35.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.