Skip to content

Instantly share code, notes, and snippets.

@adlerdias
Created January 8, 2019 15:21
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 adlerdias/049d8be369740bdaa7356137844742bf to your computer and use it in GitHub Desktop.
Save adlerdias/049d8be369740bdaa7356137844742bf to your computer and use it in GitHub Desktop.
Ubuntu 18.04: .NET Core SDK on Linux Ubuntu

1 Install .NET Core SDK on Linux Ubuntu 18.04 x64

$ sudo add-apt-repository universe
$ sudo apt-get install apt-transport-https
$ sudo apt-get update
$ sudo apt-get install dotnet-sdk-2.2  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment