How to Install and Uninstall junit.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "junit.noarch" package

Here is a brief guide to show you how to install junit.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install junit.noarch

2. Uninstall "junit.noarch" package

This guide let you learn how to uninstall junit.noarch on Fedora 36:

$ sudo dnf remove junit.noarch $ sudo dnf autoremove

3. Information about the junit.noarch package on Fedora 36

Last metadata expiration check: 3:44:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : junit
Epoch : 1
Version : 4.13.1
Release : 7.fc36
Architecture : noarch
Size : 346 k
Source : junit-4.13.1-7.fc36.src.rpm
Repository : fedora
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.