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

Last updated: October 07,2024

1. Install "perl-autouse.noarch" package

This tutorial shows how to install perl-autouse.noarch on Oracle Linux 9

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

2. Uninstall "perl-autouse.noarch" package

Learn how to uninstall perl-autouse.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:37:37 ago on Thu Feb 15 07:50:05 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 : ol9_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.