Skip to content

Installing dotnet-sdk-6.0 only installs runtime #30678

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

Closed
ichibanbrew opened this issue Aug 14, 2022 · 1 comment
Closed

Installing dotnet-sdk-6.0 only installs runtime #30678

ichibanbrew opened this issue Aug 14, 2022 · 1 comment
Labels
dotnet-fundamentals/svc install/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.

Comments

@ichibanbrew
Copy link

In the section on Install the SDK the following command does not actually install the SDK. It only installs the runtime.

sudo apt-get update && \
  sudo apt-get install -y dotnet-sdk-6.0

After installing dotnet using the above command on Kubuntu 22.04 I run dotnet --info and get the following output.

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.

@adegeo
Copy link
Contributor

adegeo commented Aug 15, 2022

Duplicate of #30686

@adegeo adegeo marked this as a duplicate of #30686 Aug 15, 2022
@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 and removed ⌚ Not Triaged Not triaged labels Aug 15, 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
dotnet-fundamentals/svc install/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

No branches or pull requests

3 participants