How to install .NET on Raspberry Pi

From OPC Labs Knowledge Base
Revision as of 15:11, 26 January 2021 by User (talk | contribs) (Created page with " Raspberry Pi OS .NET Core 3.1 Using procedure from https://docs.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install # Start Web browser. Visit ht...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Raspberry Pi OS

.NET Core 3.1

Using procedure from https://docs.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install

  1. Start Web browser. Visit https://dotnet.microsoft.com/download/dotnet-core/3.1 , pick the URL that you need and copy it to clipboard. Look under OS: Linux, Binaries: Arm32. For example, for .NET Core 3.1.11, the URL is https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.11-linux-arm32-binaries .
  2. Bash:
    1. wget https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.11-linux-arm32-binaries