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

Last updated: July 03,2024

1. Install "powermock-testng.noarch" package

This is a short guide on how to install powermock-testng.noarch on Fedora 34

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

2. Uninstall "powermock-testng.noarch" package

This guide let you learn how to uninstall powermock-testng.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:12:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : powermock-testng
Version : 2.0.0
Release : 4.fc32
Architecture : noarch
Size : 29 k
Source : powermock-2.0.0-4.fc32.src.rpm
Repository : fedora
Summary : PowerMock module for TestNG.
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 PowerMock TestNG extension.