How to Install and Uninstall easymock.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "easymock.noarch" package

Please follow the guidelines below to install easymock.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install easymock.noarch

2. Uninstall "easymock.noarch" package

Here is a brief guide to show you how to uninstall easymock.noarch on Amazon Linux 2:

$ sudo yum remove easymock.noarch $ sudo yum autoremove

3. Information about the easymock.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : easymock
Arch : noarch
Version : 1.2
Release : 22.amzn2
Size : 50 k
Repo : amzn2-core/2/x86_64
Summary : Easy mock objects
URL : http://www.easymock.org/
License : MIT
Description : EasyMock provides Mock Objects for interfaces in JUnit tests by
: generating them on the fly using Java's proxy mechanism. Due to
: EasyMock's unique style of recording expectations, most
: refactorings will not affect the Mock Objects. So EasyMock is a
: perfect fit for Test-Driven Development.