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

Last updated: November 14,2024

1. Install "perl-autouse.noarch" package

This guide let you learn how to install perl-autouse.noarch on Fedora 34

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

2. Uninstall "perl-autouse.noarch" package

Please follow the step by step instructions below to uninstall perl-autouse.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:28:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-autouse
Version : 1.11
Release : 477.fc34
Architecture : noarch
Size : 24 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
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.