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

Last updated: June 29,2024

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

Learn how to install perl-Class-Autouse.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:24:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Class-Autouse
Version : 2.01
Release : 27.fc34
Architecture : noarch
Size : 39 k
Source : perl-Class-Autouse-2.01-27.fc34.src.rpm
Repository : fedora
Summary : Run-time class loading on first method call
URL : https://metacpan.org/release/Class-Autouse
License : GPL+ or Artistic
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.