Skip to content

Instantly share code, notes, and snippets.

@ada-lovecraft
Created May 26, 2015 14:33
Show Gist options
  • Save ada-lovecraft/745e02cfcb6a99da478f to your computer and use it in GitHub Desktop.
Save ada-lovecraft/745e02cfcb6a99da478f to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:/www/website/Katch_FE$ sudo echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main
vagrant@vagrant-ubuntu-trusty-64:/www/website/Katch_FE$ sudo apt-get install nuget -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libnuget-core-cil
The following NEW packages will be installed:
libnuget-core-cil nuget
0 upgraded, 2 newly installed, 0 to remove and 27 not upgraded.
Need to get 479 kB of archives.
After this operation, 1,617 kB of additional disk space will be used.
Get:1 http://download.mono-project.com/repo/debian/ wheezy/main libnuget-core-cil all 2.8.3+md58+dhx1-0xamarin1 [227 kB]
Get:2 http://download.mono-project.com/repo/debian/ wheezy/main nuget all 2.8.3+md58+dhx1-0xamarin1 [253 kB]
Fetched 479 kB in 6s (77.8 kB/s)
Selecting previously unselected package libnuget-core-cil.
(Reading database ... 71771 files and directories currently installed.)
Preparing to unpack .../libnuget-core-cil_2.8.3+md58+dhx1-0xamarin1_all.deb ...
Unpacking libnuget-core-cil (2.8.3+md58+dhx1-0xamarin1) ...
Selecting previously unselected package nuget.
Preparing to unpack .../nuget_2.8.3+md58+dhx1-0xamarin1_all.deb ...
Unpacking nuget (2.8.3+md58+dhx1-0xamarin1) ...
Setting up libnuget-core-cil (2.8.3+md58+dhx1-0xamarin1) ...
Setting up nuget (2.8.3+md58+dhx1-0xamarin1) ...
W: Duplicate sources.list entry http://download.mono-project.com/repo/debian/ wheezy-apache24-compat/main amd64 Packages (/var/lib/apt/lists/download.mono-project.com_repo_debian_dists_wheezy-apache24-compat_main_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment