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

Last updated: September 21,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Class-Exporter.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:25:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Class-Exporter
Version : 0.03
Release : 41.fc39
Architecture : noarch
Size : 13 k
Source : perl-Class-Exporter-0.03-41.fc39.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.