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

Last updated: January 16,2025

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

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

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

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

Here is a brief guide to show you how to uninstall perl-Class-Exporter.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:31:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Class-Exporter
Version : 0.03
Release : 40.fc38
Architecture : noarch
Size : 14 k
Source : perl-Class-Exporter-0.03-40.fc38.src.rpm
Repository : fedora
Summary : Export class methods as regular subroutines
URL : https://metacpan.org/release/Class-Exporter
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.