How to Install and Uninstall testng.noarch Package on Amazon Linux 2
Last updated: January 10,2025
1. Install "testng.noarch" package
Learn how to install testng.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
testng.noarch
Copied
2. Uninstall "testng.noarch" package
This guide let you learn how to uninstall testng.noarch on Amazon Linux 2:
$
sudo yum remove
testng.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the testng.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : testng
Arch : noarch
Version : 6.8.7
Release : 3.amzn2.0.1
Size : 776 k
Repo : amzn2-core/2/x86_64
Summary : Java-based testing framework
URL : http://testng.org/
License : ASL 2.0 and CPL
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.
Available Packages
Name : testng
Arch : noarch
Version : 6.8.7
Release : 3.amzn2.0.1
Size : 776 k
Repo : amzn2-core/2/x86_64
Summary : Java-based testing framework
URL : http://testng.org/
License : ASL 2.0 and CPL
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.