How To Install perl-Test-Object.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-Test-Object.noarch on Amazon Linux 2.
What is perl-Test-Object.noarch
Test test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call.
We can use yum to install perl-Test-Object.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-Object.noarch.
Install perl-Test-Object.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-Object.noarch using yum by running the following command:
sudo yum -y install perl-Test-Object.noarch
How To Uninstall perl-Test-Object.noarch on Amazon Linux 2
To uninstall only the perl-Test-Object.noarch package we can use the following command:
sudo yum remove perl-Test-Object.noarch
perl-Test-Object.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Object-0.07
/usr/share/doc/perl-Test-Object-0.07/Changes
/usr/share/doc/perl-Test-Object-0.07/LICENSE
/usr/share/doc/perl-Test-Object-0.07/README
/usr/share/man/man3/Test::Object.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Object
/usr/share/perl5/vendor_perl/Test/Object.pm
/usr/share/perl5/vendor_perl/Test/Object/Test.pm
References
Summary
In this tutorial we learn how to install perl-Test-Object.noarch on Amazon Linux 2 using yum.