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

Last updated: October 06,2024

1. Install "perl-autouse.noarch" package

In this section, we are going to explain the necessary steps to install perl-autouse.noarch on Rocky Linux 9

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

2. Uninstall "perl-autouse.noarch" package

Please follow the instructions below to uninstall perl-autouse.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:29:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-autouse
Version : 1.11
Release : 480.el9
Architecture : noarch
Size : 14 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
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.