How to Install and Uninstall junit Package on openSUSE Leap

Last updated: April 29,2024

1. Install "junit" package

This guide covers the steps necessary to install junit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install junit

2. Uninstall "junit" package

Please follow the steps below to uninstall junit on openSUSE Leap:

$ sudo zypper remove junit

3. Information about the junit package on openSUSE Leap

Information for package junit:
------------------------------
Repository : Main Repository
Name : junit
Version : 4.13.2-150200.3.8.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 541.2 KiB
Installed : No
Status : not installed
Source package : junit-4.13.2-150200.3.8.1.src
Upstream URL : https://junit.org/junit4/
Summary : Java regression test package
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.