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

Last updated: May 18,2024

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

Here is a brief guide to show you how to install perl-Class-Autouse.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Class-Autouse.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:27:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Class-Autouse
Version : 2.01
Release : 29.fc35
Architecture : noarch
Size : 38 k
Source : perl-Class-Autouse-2.01-29.fc35.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.