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

Last updated: January 16,2025

1. Install "easymock.noarch" package

This tutorial shows how to install easymock.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install easymock.noarch

2. Uninstall "easymock.noarch" package

This is a short guide on how to uninstall easymock.noarch on Fedora 39:

$ sudo dnf remove easymock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:13:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : easymock
Version : 4.3
Release : 3.fc39
Architecture : noarch
Size : 148 k
Source : easymock-4.3-3.fc39.src.rpm
Repository : fedora
Summary : Easy mock objects
URL : https://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.