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

Last updated: May 12,2024

1. Install "nunit-console" package

In this section, we are going to explain the necessary steps to install nunit-console on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nunit-console

2. Uninstall "nunit-console" package

Please follow the guidelines below to uninstall nunit-console on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: nunit-console
Priority: optional
Section: universe/devel
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Libraries Team
Architecture: all
Source: nunit
Version: 2.6.4+dfsg-1
Depends: mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 4.2.0), libnunit-console-runner2.6.3-cil
Filename: pool/universe/n/nunit/nunit-console_2.6.4+dfsg-1_all.deb
Size: 4886
MD5sum: ee6e13e4a5ff041f63a1a20b1942c3f3
SHA1: 54a425d8b08f0ec808c66d5d381188805bd46ebb
SHA256: bbee43f9d40f169d3e75b82aca888055ecb46ba5154267696c9159f4c464d5bd
Description-en: Unit test framework for CLI - Console test runner
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 package contains the console front-end.
Description-md5: 3b1355f439103088243166907e43caef
Homepage: http://www.nunit.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu