How to Install and Uninstall perl-autouse.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "perl-autouse.noarch" package

Please follow the step by step instructions below to install perl-autouse.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-autouse.noarch" package

Learn how to uninstall perl-autouse.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-autouse.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:04:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-autouse
Version : 1.11
Release : 480.el9
Architecture : noarch
Size : 15 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.