© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•15mo ago•
3 replies
Jordan

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.
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel STS
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel STS


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.

▶ dotnet --version
dotnet: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34' not found (required by dotnet)
▶ dotnet --version
dotnet: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34' not found (required by dotnet)


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...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

DMX over UART bus on Raspberry Pi
C#CC# / help
6mo ago
❔ Segmentation fault when running app on raspberry pi
C#CC# / help
4y ago
Recommendations for deploying to and managing Raspberry Pi machines?
C#CC# / help
15mo ago
Update MAUI to net9.0 issue
C#CC# / help
15mo ago