How to Install and Uninstall junit5.noarch Package on Rocky Linux 9

Last updated: July 02,2024

1. Install "junit5.noarch" package

This is a short guide on how to install junit5.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install junit5.noarch

2. Uninstall "junit5.noarch" package

This guide covers the steps necessary to uninstall junit5.noarch on Rocky Linux 9:

$ sudo dnf remove junit5.noarch $ sudo dnf autoremove

3. Information about the junit5.noarch package on Rocky Linux 9

Last metadata expiration check: 2:26:42 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : junit5
Version : 5.7.1
Release : 5.el9
Architecture : noarch
Size : 888 k
Source : junit5-5.7.1-5.el9.src.rpm
Repository : appstream
Summary : Java regression testing framework
URL : https://junit.org/junit5/
License : EPL-2.0
Description : JUnit is a popular regression testing framework for Java platform.