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

Last updated: October 06,2024

1. Install "easymock2.noarch" package

This guide covers the steps necessary to install easymock2.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install easymock2.noarch

2. Uninstall "easymock2.noarch" package

In this section, we are going to explain the necessary steps to uninstall easymock2.noarch on Amazon Linux 2:

$ sudo yum remove easymock2.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : easymock2
Arch : noarch
Version : 2.5.2
Release : 12.1.amzn2
Size : 92 k
Repo : amzn2-core/2/x86_64
Summary : Easy mock objects
URL : http://easymock.org/
License : ASL 2.0
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.