How to Install and Uninstall junit Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "junit" package

Learn how to install junit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install junit

2. Uninstall "junit" package

Please follow the steps below to uninstall junit on openSuSE Tumbleweed:

$ sudo zypper remove junit

3. Information about the junit package on openSuSE Tumbleweed

Information for package junit:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : junit
Version : 4.13.2-6.1
Arch : noarch
Vendor : openSUSE
Installed Size : 521.8 KiB
Installed : No
Status : not installed
Source package : junit-4.13.2-6.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.