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

Last updated: January 10,2025

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

This guide let you learn how to install perl-Class-Autouse.noarch on Fedora 39

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

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

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

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

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

Last metadata expiration check: 1:04:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Class-Autouse
Version : 2.01
Release : 37.fc39
Architecture : noarch
Size : 38 k
Source : perl-Class-Autouse-2.01-37.fc39.src.rpm
Repository : fedora
Summary : Run-time class loading on first method call
URL : https://metacpan.org/release/Class-Autouse
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Class::Autouse allows you to specify a class the will only load when a
: method of that class is called. For large classes that might not be used
: during the running of a program, such as Date::Manip, this can save you
: large amounts of memory, and decrease the script load time.