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

Last updated: October 08,2024

1. Install "testng.noarch" package

Please follow the instructions below to install testng.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install testng.noarch

2. Uninstall "testng.noarch" package

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

$ sudo dnf remove testng.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : testng
Version : 6.14.3
Release : 14.fc34
Architecture : noarch
Size : 815 k
Source : testng-6.14.3-14.fc34.src.rpm
Repository : fedora
Summary : Java-based testing framework
URL : http://testng.org/
License : ASL 2.0
Description : TestNG is a testing framework inspired from JUnit and NUnit but introducing
: some new functionality, including flexible test configuration, and
: distributed test running. It is designed to cover unit tests as well as
: functional, end-to-end, integration, etc.