microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
71 stars 17 forks source link

`dotnet-sdk-6.0` not available on Ubuntu 24.04 #177

Closed justinmchase closed 2 months ago

justinmchase commented 2 months ago

Describe the issue I am unable to install dotnet 6 runtime and sdk on Ubuntu 24.04

When did the issue occur? It seems like it has always been the case for Ubuntu 24.04

If applicable, what package did you attempt to install, and from which repo?

https://packages.microsoft.com/ubuntu/24.04/prod

Steps to Reproduce

curl -sSL  https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo apt-add-repository https://packages.microsoft.com/ubuntu/24.04/prod
sudo apt update
sudo apt install -y \
  dotnet-sdk-6.0 \
  dotnet-runtime-6.0 \
  aspnetcore-runtime-6.0

Actual Result

E: Package 'dotnet-sdk-6.0' has no installation candidate

Expected Result

8.0 is installing fine, I would expect 6.0 to also install fine but for some reason it is not.

Screenshots image

Additional context Key Value
Arch amd64
Dist noble
Version 24.04
acheng-01 commented 2 months ago

@justinmchase thank you for opening this issue. For your reference, please see this issue from the dotnet team's repository: https://github.com/dotnet/sdk/issues/40025

It seems like they are not publishing dotnet-sdk to ubuntu 24.04 on packages.microsoft.com. Please reach out to them on any additional follow-up for this. I'm closing this issue.