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

Last updated: November 28,2024

1. Install "perl-autouse.noarch" package

Please follow the instructions below to install perl-autouse.noarch on Fedora 36

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

2. Uninstall "perl-autouse.noarch" package

This guide let you learn how to uninstall perl-autouse.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:11:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-autouse
Version : 1.11
Release : 486.fc36
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
Summary : Postpone load of modules until a function is used
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : If a module is not loaded yet, then the autouse declaration declares functions
: in the current package. When these functions are called, they load the package
: and substitute themselves with the correct definitions.