How to Install and Uninstall perl-AutoLoader.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-AutoLoader.noarch" package

Please follow the step by step instructions below to install perl-AutoLoader.noarch on Fedora 36

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

2. Uninstall "perl-AutoLoader.noarch" package

This tutorial shows how to uninstall perl-AutoLoader.noarch on Fedora 36:

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

3. Information about the perl-AutoLoader.noarch package on Fedora 36

Last metadata expiration check: 4:58:28 ago on Thu Sep 8 08:04:50 2022.
Installed Packages
Name : perl-AutoLoader
Version : 5.74
Release : 486.fc36
Architecture : noarch
Size : 22 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : @System
From repo : fedora
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.