How to Install and Uninstall perl-AutoLoader.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "perl-AutoLoader.noarch" package

Here is a brief guide to show you how to install perl-AutoLoader.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-AutoLoader.noarch

2. Uninstall "perl-AutoLoader.noarch" package

This is a short guide on how to uninstall perl-AutoLoader.noarch on Rocky Linux 9:

$ sudo dnf remove perl-AutoLoader.noarch $ sudo dnf autoremove

3. Information about the perl-AutoLoader.noarch package on Rocky Linux 9

Last metadata expiration check: 2:13:42 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : perl-AutoLoader
Version : 5.74
Release : 480.el9
Architecture : noarch
Size : 22 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Load subroutines only on demand
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The AutoLoader module works with the AutoSplit module and the "__END__" token
: to defer the loading of some subroutines until they are used rather than
: loading them all at once.