I want to install .net sdk to my raspberry (the latest Raspbian lite)
Here is the tutorial by Microsoft:
https://learn.microsoft.com/en-us/dotne ... ed-install
However, when I input
sudo wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
in putty.
It reports this error:
admin@raspberrypi:/home $ sudo wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
--2024-07-26 16:47:17-- https://dot.net/v1/dotnet-install.sh
Resolving dot.net (dot.net)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘dot.net’
However, actually when I input https://dot.net/v1/dotnet-install.sh in the browser of my computer, it can download the .sh file successfully.
This doesn't look like a problem with my network.
What's wrong with it?
Here is the tutorial by Microsoft:
https://learn.microsoft.com/en-us/dotne ... ed-install
However, when I input
sudo wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
in putty.
It reports this error:
admin@raspberrypi:/home $ sudo wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
--2024-07-26 16:47:17-- https://dot.net/v1/dotnet-install.sh
Resolving dot.net (dot.net)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘dot.net’
However, actually when I input https://dot.net/v1/dotnet-install.sh in the browser of my computer, it can download the .sh file successfully.
This doesn't look like a problem with my network.
What's wrong with it?
Statistics: Posted by mywatermelon — Fri Jul 26, 2024 8:53 am