How to Install nuget in Ubuntu 18.04



Install nuget by entering the following commands in the terminal:

sudo apt update
sudo apt install nuget

Description:

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.

Homepage: http://nuget.org

Version: 2.8.7+md510+dhx1-1

Section: universe/cli-mono