How To Install perl-Test-Fatal.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Test-Fatal.noarch in Amazon Linux 2. perl-Test-Fatal.noarch is Incredibly simple helpers for testing code with exceptions
Introduction
In this tutorial we learn how to install perl-Test-Fatal.noarch on Amazon Linux 2.
What is perl-Test-Fatal.noarch
Test does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.
We can use yum to install perl-Test-Fatal.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Fatal.noarch.
Install perl-Test-Fatal.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Test-Fatal.noarch using yum by running the following command:
sudo yum -y install perl-Test-Fatal.noarch
How To Uninstall perl-Test-Fatal.noarch on Amazon Linux 2
To uninstall only the perl-Test-Fatal.noarch package we can use the following command:
sudo yum remove perl-Test-Fatal.noarch
perl-Test-Fatal.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Fatal-0.010
/usr/share/doc/perl-Test-Fatal-0.010/Changes
/usr/share/doc/perl-Test-Fatal-0.010/LICENSE
/usr/share/doc/perl-Test-Fatal-0.010/README
/usr/share/man/man3/Test::Fatal.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Fatal.pm
References
Summary
In this tutorial we learn how to install perl-Test-Fatal.noarch on Amazon Linux 2 using yum.