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

Last updated: May 13,2024

1. Install "jmock.noarch" package

Please follow the instructions below to install jmock.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install jmock.noarch

2. Uninstall "jmock.noarch" package

Please follow the instructions below to uninstall jmock.noarch on Fedora 35:

$ sudo dnf remove jmock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:34:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : jmock
Version : 2.12.0
Release : 5.fc35
Architecture : noarch
Size : 98 k
Source : jmock-2.12.0-5.fc35.src.rpm
Repository : updates
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.