How to Install and Uninstall perl-autodie.noarch Package on Amazon Linux 2

Last updated: May 15,2024

1. Install "perl-autodie.noarch" package

This guide let you learn how to install perl-autodie.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-autodie.noarch

2. Uninstall "perl-autodie.noarch" package

Please follow the guidelines below to uninstall perl-autodie.noarch on Amazon Linux 2:

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

3. Information about the perl-autodie.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-autodie
Arch : noarch
Version : 2.16
Release : 2.amzn2.0.1
Size : 77 k
Repo : amzn2-core/2/x86_64
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".