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

Last updated: November 25,2024

1. Install "junit.noarch" package

This guide covers the steps necessary to install junit.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install junit.noarch

2. Uninstall "junit.noarch" package

This tutorial shows how to uninstall junit.noarch on Fedora 39:

$ sudo dnf remove junit.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:22:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : junit
Epoch : 1
Version : 4.13.2
Release : 2.fc39
Architecture : noarch
Size : 347 k
Source : junit-4.13.2-2.fc39.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.