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

Installing SDK 6.0 on Ubuntu 22.04 installs the runtime only #30686

Closed
Houuse opened this issue Aug 15, 2022 · 3 comments · Fixed by #30666
Closed

Installing SDK 6.0 on Ubuntu 22.04 installs the runtime only #30686

Houuse opened this issue Aug 15, 2022 · 3 comments · Fixed by #30666
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fundamentals/svc install/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3

Comments

@Houuse
Copy link

Houuse commented Aug 15, 2022

[Enter feedback here]
output from wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
`--2022-08-15 10:44:05-- https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb
Resolving packages.microsoft.com (packages.microsoft.com)... 40.114.136.21
Connecting to packages.microsoft.com (packages.microsoft.com)|40.114.136.21|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3692 (3.6K) [application/octet-stream]
Saving to: ‘packages-microsoft-prod.deb’

packages-microsoft-prod.d 100%[==================================>] 3.61K --.-KB/s in 0s

2022-08-15 10:44:05 (1.40 GB/s) - ‘packages-microsoft-prod.deb’ saved [3692/3692]
`

output from sudo dpkg -i packages-microsoft-prod.deb
(Reading database ... 204700 files and directories currently installed.) Preparing to unpack packages-microsoft-prod.deb ... Unpacking packages-microsoft-prod (1.0-ubuntu22.04.1) over (1.0-ubuntu22.04.1) ... Setting up packages-microsoft-prod (1.0-ubuntu22.04.1) ...

output from sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-6.0
Hit:1 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease Hit:2 http://apt.pop-os.org/proprietary jammy InRelease Hit:3 http://apt.pop-os.org/release jammy InRelease Hit:4 http://apt.pop-os.org/ubuntu jammy InRelease Hit:5 http://apt.pop-os.org/ubuntu jammy-security InRelease Hit:6 http://apt.pop-os.org/ubuntu jammy-updates InRelease Hit:7 http://apt.pop-os.org/ubuntu jammy-backports InRelease Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done dotnet-sdk-6.0 is already the newest version (6.0.400-1). 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

output from dotnet --info
`global.json file:
Not found

Host:
Version: 6.0.8
Architecture: x64
Commit: 55fb7ef977

.NET SDKs installed:
No SDKs were found.

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

Download .NET:
https://aka.ms/dotnet-download

Learn about .NET Runtimes and SDKs:
https://aka.ms/dotnet/runtimes-sdk-info`


Document details

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

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 15, 2022
@issues-automation issues-automation bot added install-deployment/subsvc dotnet/svc Pri1 High priority, do before Pri2 and Pri3 labels Aug 15, 2022
@brunocasarotti
Copy link

I am facing the very same issue. Any workaround for that?

@Houuse
Copy link
Author

Houuse commented Aug 15, 2022

@adegeo
Copy link
Contributor

adegeo commented Aug 15, 2022

This has been in transition to be included in the official Ubuntu feeds: dotnet/core#7699

Docs update is in progress.

@adegeo adegeo closed this as completed Aug 15, 2022
@dotnet-bot dotnet-bot added ⌚ Not Triaged Not triaged and removed ⌚ Not Triaged Not triaged labels Aug 15, 2022
@adegeo adegeo added doc-bug Problem with the content; needs to be fixed [org][type][category] and removed ⌚ Not Triaged Not triaged labels Aug 15, 2022
@ghost ghost added in-pr This issue will be closed (fixed) by an active pull request. and removed in-pr This issue will be closed (fixed) by an active pull request. labels Aug 16, 2022
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fundamentals/svc install/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants