❔ Can't use .Net on Linux mint
Hello guys. I'm newbie switched to Linux Mint , and i wanted to install .Net Core. I've followed the instructions from the Microsoft documentation for installation of .Net Core on Linux distributions but i cannot use it for some reason. I've taken pictures from the terminal with my phone,and i hope someone will help me.
3 Replies
The doc has a link to https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual
Install .NET on Linux without using a package manager - .NET
Demonstrates how to install the .NET SDK and the .NET Runtime on Linux without a package manager. Use the install script or manually extract the binaries.
In particular, you have not set
DOTNET_ROOT
, so the SDK install location is unknown to dotnet
Make sure you set that variableWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.