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

Last updated: May 01,2024

1. Install "nant" package

This tutorial shows how to install nant on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nant

2. Uninstall "nant" package

Please follow the steps below to uninstall nant on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nant $ sudo apt autoclean && sudo apt autoremove

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

Package: nant
Priority: optional
Section: universe/devel
Installed-Size: 4757
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Applications Team
Architecture: all
Version: 0.92~rc1+dfsg-6
Depends: mono-devel (>= 2.0.1), pkg-config, mono-runtime (>= 3.0~), liblog4net1.2-cil (>= 1.2.10), libmono-corlib4.5-cil (>= 4.2.0), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-configuration4.0-cil (>= 4.0.0~alpha1), libmono-system-web4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0), libnunit-core-interfaces2.6.3-cil, libnunit-core2.6.3-cil, libnunit-util2.6.3-cil
Filename: pool/universe/n/nant/nant_0.92~rc1+dfsg-6_all.deb
Size: 523986
MD5sum: 0622e9f8f42dafe3c358f01dd6fc4010
SHA1: 5c9433e7b291457f3e337ba93d873f287ea739d5
SHA256: 51e283411179c83cd8d9280aed30620b54b5f9b0b22bf35d6d15ffffaf0820d2
Description-en: build tool similar to Ant
NAnt is different than Make. Instead of a model where it is extended with
shell-based commands, NAnt is extended using task classes. Instead of
writing shell commands, the configuration files are XML-based, calling
out a target tree where various tasks get executed. Each task is run
by an object that implements a particular Task interface.
.
NAnt supports different target frameworks:
- Microsoft .NET Framework version 1.0 through 4.0, plus Silverlight
- Mono 1.0 through 4.0
Description-md5: 093122e48342c3dd573cdc2d3aba32ef
Homepage: http://nant.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu