Answer the question
In order to leave comments, you need to log in
How to install dotNet core on Armbian (Orange PI) (armhf)?
Good day to all!
The essence of the issue is simple: I can not install the executable environment or SDK on an Orange PI mini PC running Armbian.
sudo snap install dotnet-sdk --classic --channel=3.1/edge
[email protected]:~# dotnet --info
/snap/dotnet-sdk/75/snap/command-chain/snapcraft-runner: 3: exec: /snap/dotnet-sdk/75/dotnet: not found
sudo snap alias dotnet-sdk.dotnet dotnet
export DOTNET_ROOT=/snap/dotnet-sdk/current
sudo snap unalias dotnet
sudo ln -s /snap/dotnet-sdk/current/dotnet/usr/local/bin/dotnet
sudo snap install dotnet-runtime-31 --classic
error: snap "dotnet-runtime-31" is not available on stable for this architecture (armhf) but exists
on other architectures (amd64)
Answer the question
In order to leave comments, you need to log in
.NET SDK via snap is only available on amd64, arm64, and armhf architectures
sudo snap install dotnet-sdk --channel=6.0/stable --classic
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question