While trying to install the dotnet SDK onto my RasPi, I keep getting a 404 on the Microsoft Ubuntu packages repo. I can see the dotnet-sdk-3.1 package when I run apt search dotnet-sdk but I keep getting a "Unable to locate package dotnet-sdk-3.1" error when I try to run sudo apt-get install dotnet-sdk-3.1. Here is exactly what happens:
ubuntu@ubuntu:~$ sudo apt-get install dotnet-sdk-3.1 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package dotnet-sdk-3.1 E: Couldn't find any package by glob 'dotnet-sdk-3.1' E: Couldn't find any package by regex 'dotnet-sdk-3.1'