docs icon indicating copy to clipboard operation
docs copied to clipboard

Commands to setup Snap with SDK on Ubuntu 24.04.3 don't work

Open mpickers opened this issue 4 days ago • 0 comments

Type of issue

Code doesn't work

Description

When using Ubuntu 24.04.3

For net10.0, the snap command alias: sudo snap alias dotnet-sdk-100.dotnet dotnet doesn't work and displays a 'target application"dotnet" does not exist' error.

For net10.0 in the section "Can't resolve the dotnet command or SDK", the symlink creation command: ln -s /snap/dotnet-sdk-100/current/dotnet /usr/local/bin/dotnet is missing the "/usr/bin" directory and should be: ln -s /snap/dotnet-sdk-100/current/usr/bin/dotnet /usr/local/bin/dotnet

Page URL

https://learn.microsoft.com/en-us/dotnet/core/install/linux-snap-sdk

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/install/linux-snap-sdk.md

Document Version Independent Id

94452862-b58a-6938-c270-736d426ffe40

Platform Id

6d505f57-66e0-2ba3-df22-42ab76ea0743

Article author

@adegeo

Metadata

  • ID: d27a02bc-0d68-99ed-c273-4e93b743eda2
  • PlatformId: 6d505f57-66e0-2ba3-df22-42ab76ea0743
  • Service: dotnet-fundamentals
  • Sub-service: install

Related Issues

mpickers avatar Dec 08 '25 05:12 mpickers