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

Last updated: October 06,2024

1. Install "perl-Test-AutoLoader.noarch" package

Please follow the guidance below to install perl-Test-AutoLoader.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test-AutoLoader.noarch

2. Uninstall "perl-Test-AutoLoader.noarch" package

Please follow the step by step instructions below to uninstall perl-Test-AutoLoader.noarch on Fedora 36:

$ sudo dnf remove perl-Test-AutoLoader.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:18:10 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-AutoLoader
Version : 0.03
Release : 28.fc36
Architecture : noarch
Size : 14 k
Source : perl-Test-AutoLoader-0.03-28.fc36.src.rpm
Repository : fedora
Summary : Testing utility for autosplit/autoloaded modules
URL : https://metacpan.org/release/Test-AutoLoader
License : GPL+
Description : This single-purpose module attempts to eliminate uncaught syntax errors or
: other obvious goofs in subroutines that are autosplit, and hence not looked
: at by perl -c Module.pm. Ideally, this module will become unnecessary as
: you reach full coverage of those subroutines in your unit tests. Until that
: happy day, however, this should provide a quick and dirty backstop for
: embarrassing typos.