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

How to install .Net 7 on Ubuntu 22.10? #32541

Closed
khteh opened this issue Nov 12, 2022 · 6 comments · Fixed by #32596
Closed

How to install .Net 7 on Ubuntu 22.10? #32541

khteh opened this issue Nov 12, 2022 · 6 comments · Fixed by #32596

Comments

@khteh
Copy link

khteh commented Nov 12, 2022

[Enter feedback here]


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@adegeo
Copy link
Contributor

adegeo commented Nov 17, 2022

You'll have to use the Microsoft feed. You can use the instructions for 22.04 until the article is updated. I'm waiting on the official feeds to start working before I publish an update.

If you use the Microsoft feed, and then want to swap back to the Ubuntu feed when it becomes available, you'll have to clean the system by removing .NET and deprecating the feed priority. This is described in Linux package Mix-up

@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Nov 17, 2022
@ghost ghost added the in-pr This issue will be closed (fixed) by an active pull request. label Nov 17, 2022
@khteh
Copy link
Author

khteh commented Nov 22, 2022

Why is there such a delay on Ubuntu?

@hagaygo
Copy link

hagaygo commented Nov 28, 2022

Even 6.0.11 is not available yet on ubuntu's feed. (packages's name is 6.0.110 but shown as 6.0.10)

dotnet --info output

Host:
  Version:      6.0.10
  Architecture: x64
  Commit:       5a400c212a

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.10 [/usr/lib/dotnet/dotnet6-6.0.110/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.10 [/usr/lib/dotnet/dotnet6-6.0.110/shared/Microsoft.NETCore.App]

@adegeo
Copy link
Contributor

adegeo commented Nov 28, 2022

@khteh I'm unsure. What I did hear is that the process will be improved for the next release.

@ghost ghost removed the in-pr This issue will be closed (fixed) by an active pull request. label Nov 28, 2022
@khteh
Copy link
Author

khteh commented Dec 17, 2022

dotnet/installer#15141

@ripplejb
Copy link

.Net 7 on Ubuntu 22.10 is not working if you install it using any package manager. However, manual installation works just fine. It is super easy. You only need to download, unzip, and set the path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants