How to Install and Uninstall nunit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "nunit" package

Please follow the steps below to install nunit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nunit

2. Uninstall "nunit" package

Learn how to uninstall nunit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nunit $ sudo apt autoclean && sudo apt autoremove

3. Information about the nunit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: nunit
Priority: optional
Section: universe/devel
Installed-Size: 12
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Libraries Team
Architecture: all
Version: 2.6.4+dfsg-1
Depends: libnunit-doc, libnunit-console-runner2.6.3-cil, libnunit-core2.6.3-cil, libnunit-core-interfaces2.6.3-cil, libnunit-framework2.6.3-cil, libnunit-mocks2.6.3-cil, libnunit-util2.6.3-cil, nunit-console, nunit-gui
Filename: pool/universe/n/nunit/nunit_2.6.4+dfsg-1_all.deb
Size: 4610
MD5sum: e9718871b5c094b902b3cfb0dc52610d
SHA1: ca392975572223410c82657c4589499b4007cfc0
SHA256: 2ffb0227af8ca4b6d031a6f08dd12c499c7189c35e927566b5cd53a84a65b539
Description-en: Unit test framework for CLI
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.
.
NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
the Microsoft .NET Framework.
.
This is a dummy package that depends on all nunit packages.
Description-md5: 27fc45f7825387863780f4216b859342
Homepage: http://www.nunit.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu