4,103 questions
How to install C# and .NET on Linux Mint 21.1
Harikrishnan Madhavankutty
5
Reputation points
dotnet --version
The command could not be loaded, possibly because:
* You intended to execute a .NET application:
The application '--version' does not exist.
* You intended to execute a .NET SDK command:
No .NET SDKs were found.
What does this mean?
I ran the .sh file and it installed version 6 point something. But when I type "dotnet --version" in terminal I the result as above mentioned and "dotnet --list-sdks" doesnt output anything. Why? Btw: I have runtime installed and "dotnet --runtimes" do output the correct results.