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

Last updated: September 22,2024

1. Install "junit5.src" package

This is a short guide on how to install junit5.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install junit5.src

2. Uninstall "junit5.src" package

This is a short guide on how to uninstall junit5.src on Oracle Linux 8:

$ sudo dnf remove junit5.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:26:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : junit5
Version : 5.6.2
Release : 2.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 1.2 M
Source : None
Repository : ol8_appstream
Summary : Java regression testing framework
URL : http://junit.org/junit5/
License : EPL-2.0
Description : JUnit is a popular regression testing framework for Java platform.