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

Last updated: October 05,2024

1. Install "jmock.noarch" package

This is a short guide on how to install jmock.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jmock.noarch

2. Uninstall "jmock.noarch" package

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

$ sudo dnf remove jmock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:57:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jmock
Version : 2.12.0
Release : 3.fc34
Architecture : noarch
Size : 98 k
Source : jmock-2.12.0-3.fc34.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.