How to Install and Uninstall perl-autodie.noarch Package on Rocky Linux 8

Last updated: May 04,2024

1. Install "perl-autodie.noarch" package

This guide covers the steps necessary to install perl-autodie.noarch on Rocky Linux 8

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

2. Uninstall "perl-autodie.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-autodie.noarch on Rocky Linux 8:

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

3. Information about the perl-autodie.noarch package on Rocky Linux 8

Last metadata expiration check: 0:03:49 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-autodie
Version : 2.29
Release : 396.el8
Architecture : noarch
Size : 97 k
Source : perl-autodie-2.29-396.el8.src.rpm
Repository : appstream
Summary : Replace functions with ones that succeed or die
URL : http://search.cpan.org/dist/autodie/
License : GPL+ or Artistic
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".