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

Last updated: September 29,2024

1. Install "jmock.noarch" package

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

$ sudo dnf update $ sudo dnf install jmock.noarch

2. Uninstall "jmock.noarch" package

Please follow the guidelines below to uninstall jmock.noarch on Fedora 39:

$ sudo dnf remove jmock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:07:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : jmock
Version : 2.12.0
Release : 13.fc39
Architecture : noarch
Size : 99 k
Source : jmock-2.12.0-13.fc39.src.rpm
Repository : fedora
Summary : Java library for testing code with mock objects
URL : http://www.jmock.org/
License : BSD
Description : Mock objects help you design and test the interactions between the objects in
: your programs.
: The jMock library:
: * makes it quick and easy to define mock objects, so you don't break the
: rhythm of programming.
: * lets you precisely specify the interactions between your objects, reducing
: the brittleness of your tests.
: * works well with the auto-completion and re-factoring features of your IDE
: * plugs into your favorite test framework
: * is easy to extend.