Created
September 21, 2023 14:12
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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