Correct Snap alias and symlink commands for .NET 10 SDK on Ubuntu 24.04.3#54806
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix commands to setup Snap with SDK on Ubuntu 24.04.3
Correct Snap alias and symlink commands for .NET 10 SDK on Ubuntu 24.04.3
Jul 15, 2026
Contributor
|
@copilot there is more that needs to change here (use the editor agent):
|
Contributor
Author
Addressed in commit Updated
|
adegeo
reviewed
Jul 15, 2026
adegeo
reviewed
Jul 15, 2026
Updated the installation date and modified instructions for clarity regarding the .NET SDK snap package installation. Added a note about substituting the package version in commands.
adegeo
approved these changes
Jul 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Snap-based .NET SDK install and troubleshooting guidance to better match the current dotnet-sdk-100 layout on Ubuntu 24.04.3, including the symlink target for the dotnet binary and revised install/setup steps.
Changes:
- Updates the install guidance to focus on version-specific Snap identifiers (for example,
dotnet-sdk-100) and refreshes the package table. - Moves “dotnet command mapping” into the main flow via a symlink to
/snap/.../usr/bin/dotnet, and updatesDOTNET_ROOTto/snap/.../usr/lib/dotnet. - Simplifies troubleshooting by removing the dedicated “dotnet terminal command doesn’t work” alias section and pointing users back to the main setup steps.
Removed the linux-release-wait include from the installation instructions.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Added instructions for creating a symbolic link for dotnet.
BillWagner
approved these changes
Jul 15, 2026
BillWagner
left a comment
Member
There was a problem hiding this comment.
This LGTM. I did have one question that readers might have.
auto-merge was automatically disabled
July 15, 2026 20:32
Head branch was pushed to by a user without write access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On Ubuntu 24.04.3, the documented .NET 10 Snap recovery commands were incorrect: the alias target used a non-existent app name, and the symlink path omitted
usr/bin. This update adjusts the troubleshooting commands so they match the currentdotnet-sdk-100Snap layout.Troubleshooting: dotnet command alias
dotnet-sdk-100.Troubleshooting: SDK resolution via symlink
dotnetbinary location under the Snap mount.Internal previews