How to Install and Uninstall junit.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "junit.noarch" package

Please follow the guidance below to install junit.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install junit.noarch

2. Uninstall "junit.noarch" package

Please follow the instructions below to uninstall junit.noarch on Oracle Linux 9:

$ sudo dnf remove junit.noarch $ sudo dnf autoremove

3. Information about the junit.noarch package on Oracle Linux 9

Last metadata expiration check: 1:23:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : junit
Epoch : 1
Version : 4.13.1
Release : 5.el9
Architecture : noarch
Size : 348 k
Source : junit-4.13.1-5.el9.src.rpm
Repository : ol9_appstream
Summary : Java regression test package
URL : http://www.junit.org/
License : EPL-1.0
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.