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

Last updated: May 17,2024

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

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

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

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

Learn how to uninstall perl-Test-MockObject.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-MockObject
Arch : noarch
Version : 1.20120301
Release : 3.amzn2
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : Perl extension for emulating troublesome interfaces
URL : http://search.cpan.org/dist/Test-MockObject/
License : GPL+ or Artistic
Description : Test::MockObject is a highly polymorphic testing object, capable
: of looking like all sorts of objects. This makes white-box
: testing much easier, as you can concentrate on what the code being
: tested sends to and receives from the mocked object, instead of
: worrying about faking up your own data. (Another option is not to
: test difficult things. Now you have no excuse.)