How to Install and Uninstall nunit Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "nunit" package

This tutorial shows how to install nunit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install nunit

2. Uninstall "nunit" package

Here is a brief guide to show you how to uninstall nunit on openSuSE Tumbleweed:

$ sudo zypper remove nunit

3. Information about the nunit package on openSuSE Tumbleweed

Information for package nunit:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : nunit
Version : 2.6.4-4.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : nunit-2.6.4-4.23.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.