dotnet tools - SDK and runtime on Linux; deployment issues

John Aschenbrenner 1 Reputation point
2023-08-02T18:02:04.7733333+00:00

I recently did a deploy of dotnet tools 6, SDK and runtime on my Linux Ubuntu 22.04.2 LTS. I could not get it to work at first. It appeared that everything was installed correctly and env var's were set. I finally tracked down that the issue was that my path variable was set up to point to /home/myname/.dotnet/tools

This folder however does not exist. It should just point to /home/myname/.dotnet. I changed my path thus and now it works as expected.

Can you please fix this for the Ubuntu install?

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
326 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
{count} votes