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

Last updated: October 08,2024

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

This guide let you learn how to install perl-Class-Exporter.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 1:25:10 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Class-Exporter
Version : 0.03
Release : 34.fc34
Architecture : noarch
Size : 14 k
Source : perl-Class-Exporter-0.03-34.fc34.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.