How to Install and Uninstall powermock-junit4.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "powermock-junit4.noarch" package

Please follow the guidelines below to install powermock-junit4.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install powermock-junit4.noarch

2. Uninstall "powermock-junit4.noarch" package

Please follow the step by step instructions below to uninstall powermock-junit4.noarch on Fedora 34:

$ sudo dnf remove powermock-junit4.noarch $ sudo dnf autoremove

3. Information about the powermock-junit4.noarch package on Fedora 34

Last metadata expiration check: 0:19:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : powermock-junit4
Version : 2.0.0
Release : 4.fc32
Architecture : noarch
Size : 73 k
Source : powermock-2.0.0-4.fc32.src.rpm
Repository : fedora
Summary : JUnit4 common module of PowerMock
URL : https://github.com/jayway/powermock
License : ASL 2.0
Description :
: PowerMock is a framework that extend other mock libraries
: such as EasyMock with more powerful capabilities. PowerMock uses a
: custom classloader and bytecode manipulation to enable mocking of
: static methods, constructors, final classes and methods, private
: methods, removal of static initializers and more.
:
: This package contains the JUnit4 module of PowerMock.