How to Install and Uninstall junit.src Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "junit.src" package

Please follow the instructions below to install junit.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install junit.src

2. Uninstall "junit.src" package

This guide covers the steps necessary to uninstall junit.src on Oracle Linux 8:

$ sudo dnf remove junit.src $ sudo dnf autoremove

3. Information about the junit.src package on Oracle Linux 8

Last metadata expiration check: 5:53:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : junit
Epoch : 1
Version : 4.12
Release : 14.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 398 k
Source : None
Repository : ol8_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.