How do I download a package from the command line with .NET Core from nuget?
问题 Microsoft packages .NET Core on Linux for Ubuntu. I'm currently using that. I now want to install Json.NET which instructs me to use the Package Manager console and run, PM> Install-Package Newtonsoft.Json I'm wondering how I do that Linux. I see that there is a Nuget CLI, but it doesn't seem like that's available on .NET Core. Moreover the docs say On Mac and Linux, install Mono 4.4.2 or later. How do I simply install a package on Linux? What's the .NET equivalent of npm/cpan/pip/gem? When I