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

Last updated: May 18,2024

1. Install "perl-Test-Fatal.noarch" package

Here is a brief guide to show you how to install perl-Test-Fatal.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Fatal.noarch

2. Uninstall "perl-Test-Fatal.noarch" package

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

$ sudo yum remove perl-Test-Fatal.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Fatal
Arch : noarch
Version : 0.010
Release : 5.amzn2
Size : 20 k
Repo : amzn2-core/2/x86_64
Summary : Incredibly simple helpers for testing code with exceptions
URL : http://search.cpan.org/dist/Test-Fatal/
License : GPL+ or Artistic
Description : Test::Fatal is an alternative to the popular Test::Exception. It
: does much less, but should allow greater flexibility in testing
: exception-throwing code with about the same amount of typing.