How to Install and Uninstall junit.noarch Package on Amazon Linux 2

Last updated: January 13,2025

1. Install "junit.noarch" package

Please follow the guidelines below to install junit.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install junit.noarch

2. Uninstall "junit.noarch" package

In this section, we are going to explain the necessary steps to uninstall junit.noarch on Amazon Linux 2:

$ sudo yum remove junit.noarch $ sudo yum autoremove

3. Information about the junit.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : junit
Arch : noarch
Version : 4.11
Release : 8.1.amzn2.0.1
Size : 261 k
Repo : amzn2-core/2/x86_64
Summary : Java regression test package
URL : http://www.junit.org/
License : CPL
Description : JUnit is a regression testing framework written by Erich Gamma and
: Kent Beck. It is used by the developer who implements unit tests
: in Java. JUnit is Open Source Software, released under the Common
: Public License Version 1.0 and hosted on GitHub.