Ubuntu – How to install NuGet addin for MonoDevelop

monodevelop

I'm trying to install the NuGet package management addin for MonoDevelop but I'm lost on how to do it. Can someone help me get it installed?

Best Answer

Steps:

  1. Start the Add-in Manager by clicking on the Add-in Manager option in the Tools menu.
  2. Click on the Install Add-ins button.
  3. Click on the Repositories button.
  4. Click on Add.
  5. Enter http://mrward.github.com/monodevelop-nuget-addin-repository/4.0/main.mrep
  6. Click OK and then Close to go back to the install dialog.
  7. In the Install From combo box select either All registered repositories or the NuGet add-in repository.
  8. The install dialog shows a list of available add-ins. Only add-ins which are not installed will be displayed.
  9. Select the add-ins (NuGet) you want to install (use the check box to select).
  10. Click on the Next button.
  11. Verify the list of assemblies that are going to be installed.
  12. Click on the Next button to proceed with the installation.

Sources: Google: ubuntu monodevelop nuget --> First hit --> Follow link in Getting the Addin section

Related Question