Doesnt work on raspberry pi with ubuntu 64 bit. Says unable to locate package. Already tried the troubleshoting tips but none of them works.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Can you provide more information? Please copy/paste the input/output from following the article steps. Also, provide information about the specific distro build you're using.
Doesnt work on raspberry pi
Your Raspberry Pi uses the arm64 architecture, not x64, so you need to follow these instructions on that page:
_Package manager installs are only supported on the x64 architecture_. Other architectures, such as ARM, must manually install the .NET Core SDK or .NET Core Runtime. For more information, see the manually install section below.
(I believe I suggested specifically calling out Raspberry Pi in this doc at some point--this question is a little evidence that would be helpful. 😄 It's a very common ARM device to run Linux on, especially for newcomers. (Whether new to ARM, to Linux, or to .NET.))
Most helpful comment
Your Raspberry Pi uses the arm64 architecture, not x64, so you need to follow these instructions on that page:
(I believe I suggested specifically calling out Raspberry Pi in this doc at some point--this question is a little evidence that would be helpful. 😄 It's a very common ARM device to run Linux on, especially for newcomers. (Whether new to ARM, to Linux, or to .NET.))