How to Install and Uninstall perl-autodie.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: November 24,2024

1. Install "perl-autodie.noarch" package

Here is a brief guide to show you how to install perl-autodie.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-autodie.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:29:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-autodie
Version : 2.34
Release : 4.el9
Architecture : noarch
Size : 101 k
Source : perl-autodie-2.34-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Replace functions with ones that succeed or die
URL : https://metacpan.org/release/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".