Skip to content

Instantly share code, notes, and snippets.

@ljchuello
Created September 21, 2023 14:12
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 ljchuello/55d952598faf072d4e1eb29eb0c43cd2 to your computer and use it in GitHub Desktop.
Save ljchuello/55d952598faf072d4e1eb29eb0c43cd2 to your computer and use it in GitHub Desktop.
With these simple commands we can install .NET Core in its most recent version of LTS in Ubuntu or Debian in any of its versions.
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel LTS --install-dir /usr/share/dotnet
ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment