-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing packages for Ubuntu 21.04 aarch64/arm64 #17683
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@rbhanda When should we expect the 21.04 packages? |
I believe these are updated now. @leecow fyi |
Isn't arm64 acquisition from https://packages.microsoft.com (for any distro) waiting on dotnet/runtime#3298? |
Ah yes, I mis-read the title. These packages aren’t available yet. |
Any idea when this will be available? Thanks! |
@rbhanda issue still presented, no packages for arm64 |
This would be a great addition to the package repos, installing/updating .NET on a raspberry pi is really annoying without the package manager. |
This issue is still present using Ubuntu 22.04. |
Since this was closed as completed without any comment, is this going to be for .NET 8's release or will .NET 7 also get ARM64 packages? |
I'm running a 64-bit Ubuntu Server 21.04 on my Raspberry pi 4
and here is the content of /etc/apt/sources.list.d/microsoft-prod.list
deb [arch=arm64] https://packages.microsoft.com/ubuntu/21.04/prod hirsute main
I removed the amd64 and armhf in the architectures list.
If I try to install the dotnet 5.0 SDK using this command
sudo apt-get install -y dotnet-sdk-5.0
, what I get is this:Is it me or it is just Ubuntu arm64 is not yet supported? Thanks!
The text was updated successfully, but these errors were encountered: