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

Last updated: October 05,2024

1. Install "powermock-reflect.noarch" package

Please follow the step by step instructions below to install powermock-reflect.noarch on Fedora 34

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

2. Uninstall "powermock-reflect.noarch" package

In this section, we are going to explain the necessary steps to uninstall powermock-reflect.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:26:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : powermock-reflect
Version : 2.0.0
Release : 4.fc32
Architecture : noarch
Size : 66 k
Source : powermock-2.0.0-4.fc32.src.rpm
Repository : fedora
Summary : Reflection 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 reflection module of PowerMock.