How to Install and Uninstall nunit Package on openSUSE Leap

Last updated: May 18,2024

1. Install "nunit" package

Here is a brief guide to show you how to install nunit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nunit

2. Uninstall "nunit" package

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

$ sudo zypper remove nunit

3. Information about the nunit package on openSUSE Leap

Information for package nunit:
------------------------------
Repository : Main Repository
Name : nunit
Version : 2.6.4-bp155.2.65
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : nunit-2.6.4-bp155.2.65.src
Upstream URL : http://www.nunit.org/
Summary : Unit-testing framework for all .NET languages
Description :
NUnit is a unit testing framework for all .NET languages. It serves the
same purpose as JUnit does in the Java world. It supports test
categories, testing for exceptions and writing test results in plain
text or XML.