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

Last updated: May 19,2024

1. Install "nuget" package

Please follow the instructions below to install nuget on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nuget

2. Uninstall "nuget" package

This is a short guide on how to uninstall nuget on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nuget $ sudo apt autoclean && sudo apt autoremove

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

Package: nuget
Priority: optional
Section: universe/cli-mono
Installed-Size: 1007
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Applications Team
Architecture: all
Version: 2.8.7+md510+dhx1-1
Depends: libnuget-core-cil (= 2.8.7+md510+dhx1-1), mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 4.2.0), libmono-microsoft-build-engine4.0-cil (>= 3.2.1), libmono-microsoft-build-framework4.0-cil (>= 3.6.0), libmono-microsoft-build4.0-cil (>= 3.6.0), libmono-microsoft-csharp4.0-cil (>= 1.0), libmono-system-componentmodel-composition4.0-cil (>= 3.0.6), libmono-system-core4.0-cil (>= 4.2.0), libmono-system-xml-linq4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0)
Filename: pool/universe/n/nuget/nuget_2.8.7+md510+dhx1-1_all.deb
Size: 180282
MD5sum: 3b85a1b40d015d3407529b41d1a9931b
SHA1: 4f1d1957a0079aa979bca9150cb2c3d85687a3c8
SHA256: c7e62db25e448a9e720db87d0d5b395b074850bca4c425d601edfb009611820c
Description-en: Package manager for NuGet repos - executable
NuGet is the package manager for the Microsoft
development platform including .NET. The NuGet client
tools provide the ability to produce and consume
packages. The NuGet Gallery is the central package
repository used by all package authors and consumers.
.
This package contains the main NuGet binary.
Description-md5: bd78805c4699e7408fc40d09bc39f06d
Homepage: http://nuget.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu