How to Install and Uninstall perl-autodie.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "perl-autodie.noarch" package

Please follow the instructions below to install perl-autodie.noarch on Fedora 39

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

2. Uninstall "perl-autodie.noarch" package

This is a short guide on how to uninstall perl-autodie.noarch on Fedora 39:

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

3. Information about the perl-autodie.noarch package on Fedora 39

Last metadata expiration check: 0:18:19 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-autodie
Version : 2.36
Release : 501.fc39
Architecture : noarch
Size : 97 k
Source : perl-autodie-2.36-501.fc39.src.rpm
Repository : fedora
Summary : Replace functions with ones that succeed or die
URL : https://metacpan.org/release/autodie
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The "autodie" and "Fatal" pragma provides a convenient way to replace
: functions that normally return false on failure with equivalents that throw an
: exception on failure.
:
: However "Fatal" has been obsoleted by the new autodie pragma. Please use
: autodie in preference to "Fatal".