Skip to content

Instantly share code, notes, and snippets.

@psimsa
Last active December 27, 2022 10:18
Show Gist options
  • Save psimsa/77c1b45791ffefd1afefc67d16a48ad9 to your computer and use it in GitHub Desktop.
Save psimsa/77c1b45791ffefd1afefc67d16a48ad9 to your computer and use it in GitHub Desktop.

How to install latest (or any) .NET on arm64

See details for the used script on the Microsoft website

wget https://dot.net/v1/dotnet-install.sh
sudo chmod +x ./dotnet-install.sh
sudo ./dotnet-install.sh -i /usr/share/dotnet
sudo 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