How to Install and Uninstall easymock.noarch Package on Fedora 36

Last updated: January 15,2025

1. Install "easymock.noarch" package

Please follow the step by step instructions below to install easymock.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install easymock.noarch

2. Uninstall "easymock.noarch" package

Please follow the step by step instructions below to uninstall easymock.noarch on Fedora 36:

$ sudo dnf remove easymock.noarch $ sudo dnf autoremove

3. Information about the easymock.noarch package on Fedora 36

Last metadata expiration check: 0:02:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : easymock
Version : 4.2
Release : 7.fc36
Architecture : noarch
Size : 148 k
Source : easymock-4.2-7.fc36.src.rpm
Repository : fedora
Summary : Easy mock objects
URL : http://www.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.