Skip to content
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

.NET 6.0.22 is missing from the Microsoft sources for Ubuntu #8772

Closed
chefarbeiter opened this issue Sep 14, 2023 · 3 comments
Closed

.NET 6.0.22 is missing from the Microsoft sources for Ubuntu #8772

chefarbeiter opened this issue Sep 14, 2023 · 3 comments
Labels
area-setup Issues related to installing .NET Core

Comments

@chefarbeiter
Copy link

The .NET 6.0.22 update released two days ago is not included in the Microsoft package repositories for Ubuntu (affects all versions).

sudo apt update
apt-cache policy dotnet-runtime-6.0
dotnet-runtime-6.0:
  Installed: 6.0.21-1
  Candidate: 6.0.21-1
  Version table:
 *** 6.0.21-1 500
        500 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages
        100 /var/lib/dpkg/status
     6.0.20-1 500
        500 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages
     6.0.19-1 500
        500 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages

It is not a local problem on one system, because even a direct look into the repository shows that version 6.0.22 is not included there.
image

curl -s https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/main/binary-amd64/Packages | grep "6\.0\.22"
# -> No result

Version 7.0.11, released on the same day, on the other hand, is included in the packages.

@cmenzi
Copy link

cmenzi commented Sep 15, 2023

Seems to be resolved.

root@myhost:~# apt search dotnet-sdk-6.0
Sorting... Done
Full Text Search... Done
dotnet-sdk-6.0/focal 6.0.414-1 amd64 [upgradable from: 6.0.413-1]
  Microsoft .NET SDK 6.0.413

@antonfirsov antonfirsov added the area-setup Issues related to installing .NET Core label Sep 15, 2023
@antonfirsov
Copy link
Member

/cc @NikolaMilosavljevic

@leecow
Copy link
Member

leecow commented Sep 21, 2023

Closing as this has been resolved.

@leecow leecow closed this as completed Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-setup Issues related to installing .NET Core
Projects
None yet
Development

No branches or pull requests

4 participants