How to Install and Uninstall perl-autodie.src Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "perl-autodie.src" package
Please follow the guidelines below to install perl-autodie.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-autodie.src
Copied
2. Uninstall "perl-autodie.src" package
Please follow the guidance below to uninstall perl-autodie.src on Oracle Linux 9:
$
sudo dnf remove
perl-autodie.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-autodie.src package on Oracle Linux 9
Last metadata expiration check: 0:15:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-autodie
Version : 2.34
Release : 4.el9
Architecture : src
Size : 103 k
Source : None
Repository : ol9_appstream
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".
Available Packages
Name : perl-autodie
Version : 2.34
Release : 4.el9
Architecture : src
Size : 103 k
Source : None
Repository : ol9_appstream
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".