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

Last updated: September 20,2024

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

This is a short guide on how to install perl-Test-AutoLoader.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Test-AutoLoader.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:57:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-AutoLoader
Version : 0.03
Release : 25.fc34
Architecture : noarch
Size : 14 k
Source : perl-Test-AutoLoader-0.03-25.fc34.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.