How to Install and Uninstall testng Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "testng" package

This is a short guide on how to install testng on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install testng

2. Uninstall "testng" package

Please follow the instructions below to uninstall testng on openSuSE Tumbleweed:

$ sudo zypper remove testng

3. Information about the testng package on openSuSE Tumbleweed

Information for package testng:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : testng
Version : 7.4.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.0 MiB
Installed : No
Status : not installed
Source package : testng-7.4.0-4.1.src
Upstream URL : https://testng.org/
Summary : Java-based testing framework
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.