Skip to content

Instantly share code, notes, and snippets.

@a2f0
Last active September 22, 2017 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.
Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.
apt-get update
apt-get install curl libunwind8 gettext apt-transport-https -y
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-jessie-prod jessie main" > /etc/apt/sources.list.d/dotnetdev.list'
apt-get update
==
root@14f8f81f71e2:/# apt-cache search dotnet
libgtk-dotnet3.0-cil - GTK.NET library
libgtk-dotnet3.0-cil-dev - GTK.NET library - development files
dotnet-host - Microsoft .NET Core Host - 2.0.0
dotnet-hostfxr-2.0.0 - Microsoft .NET Core Host FX Resolver - 2.0.0 2.0.0
dotnet-runtime-2.0.0 - Microsoft .NET Core Runtime - 2.0.0 Microsoft.NETCore.App 2.0.0
dotnet-sdk-2.0.0 - Microsoft .NET Core SDK - 2.0.0
root@14f8f81f71e2:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment