question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing packages for Ubuntu 21.04 aarch64/arm64

See original GitHub issue

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:

Reading package lists… Done Building dependency tree… Done Reading state information… Done E: Unable to locate package dotnet-sdk-5.0 E: Couldn’t find any package by glob ‘dotnet-sdk-5.0’ E: Couldn’t find any package by regex ‘dotnet-sdk-5.0’

Is it me or it is just Ubuntu arm64 is not yet supported? Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
eSPiYacommented, May 25, 2021

Ah yes, I mis-read the title. These packages aren’t available yet.

Any idea when this will be available? Thanks!

0reactions
AnalogFeelingscommented, Apr 11, 2023

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Broken Packages in Ubuntu {4 Methods}
Fix broken packages in Ubuntu by following this simple tutorial. ... The --fix-missing option tells APT to ignore missing packages.
Read more >
Why can't I install apt-file on an untouched Ubuntu 21.04?
The link you provided (packages.ubuntu.com/hirsute/apt-file) should have tipped you off - it clearly tells you it's a community package (ie.
Read more >
[MDEV-26024] mariadb-client-10.5 and ...
deb files are missing from all the official repositories, although they are correctly declared in the "Packages" index file. I have checked and ......
Read more >
How to Find and Fix Broken Packages on Linux
Open the terminal by pressing Ctrl + Alt + T on your keyboard and enter: sudo apt --fix-missing update · Update your system's...
Read more >
New Swift Package Repository for Ubuntu/Debian Linux ...
Hi everybody, I have set up a new Swift apt package repository for ... Ubuntu 18.04 / 20.04 / 21.04 - x86_86 /...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found