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

Last updated: November 26,2024

1. Install "testng.noarch" package

Please follow the steps below to install testng.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install testng.noarch

2. Uninstall "testng.noarch" package

In this section, we are going to explain the necessary steps to uninstall testng.noarch on Fedora 35:

$ sudo dnf remove testng.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:47:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : testng
Version : 7.3.0
Release : 3.fc35
Architecture : noarch
Size : 833 k
Source : testng-7.3.0-3.fc35.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.