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

Last updated: September 21,2024

1. Install "opentest4j.src" package

Please follow the guidance below to install opentest4j.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install opentest4j.src

2. Uninstall "opentest4j.src" package

Please follow the guidelines below to uninstall opentest4j.src on Oracle Linux 8:

$ sudo dnf remove opentest4j.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:55:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : opentest4j
Version : 1.2.0
Release : 2.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 87 k
Source : None
Repository : ol8_appstream
Summary : Open Test Alliance for the JVM
URL : https://github.com/ota4j-team/opentest4j
License : ASL 2.0
Description : Open Test Alliance for the JVM is a minimal common foundation for
: testing libraries on the JVM. The primary goal of the project is to
: enable testing frameworks like JUnit, TestNG, Spock, etc. and
: third-party assertion libraries like Hamcrest, AssertJ, etc. to use a
: common set of exceptions that IDEs and build tools can support in a
: consistent manner across all testing scenarios -- for example, for
: consistent handling of failed assertions and failed assumptions as
: well as visualization of test execution in IDEs and reports.