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

Last updated: May 19,2024

1. Install "powermock-core.noarch" package

Learn how to install powermock-core.noarch on Fedora 34

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

2. Uninstall "powermock-core.noarch" package

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

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

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

Last metadata expiration check: 2:13:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : powermock-core
Version : 2.0.0
Release : 4.fc32
Architecture : noarch
Size : 199 k
Source : powermock-2.0.0-4.fc32.src.rpm
Repository : fedora
Summary : Core 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 core module of PowerMock.