Failed to install .NET9 on Raspberry PI
For reference, .NET 8 works fine. I installed the dotnet SDK using the following script and it successfully installed the 9.0 SDK to ~/.dotnet as it should.
But when trying to run any dotnet command, like dotnet run oder even dotnet --version i just get a error message complaining about the wrong glibc version.
All the debian/raspian packages are up to date with the latest version.
Might this be another issue with the raspi being a arm based sbc? Or did I mess up somewhere?
I also tried using the apt mirror but even after adding the entry to my sources list it does not find any dotnet sdk packages...
But when trying to run any dotnet command, like dotnet run oder even dotnet --version i just get a error message complaining about the wrong glibc version.
All the debian/raspian packages are up to date with the latest version.
Might this be another issue with the raspi being a arm based sbc? Or did I mess up somewhere?
I also tried using the apt mirror but even after adding the entry to my sources list it does not find any dotnet sdk packages...