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

Last updated: May 19,2024

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

Please follow the guidance below to install perl-Test-Object.noarch on Amazon Linux 2

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

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

Here is a brief guide to show you how to uninstall perl-Test-Object.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Object
Arch : noarch
Version : 0.07
Release : 17.amzn2
Size : 20 k
Repo : amzn2-core/2/x86_64
Summary : Thoroughly testing objects via registered handlers
URL : http://search.cpan.org/dist/Test-Object/
License : GPL+ or Artistic
Description : Test::Object is a testing package designed to allow you to easily
: 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.