Missing packages for Ubuntu 21.04 aarch64/arm64
See original GitHub issueI’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:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any idea when this will be available? Thanks!
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?