dotnet install command not available
See original GitHub issueSteps to reproduce
$ dotnet new console
$ dotnet pack -c Release
$ dotnet install tool -g sayhi
Expected behavior
run successfully.
>sayhi
his saviour
Actual behavior
No executable found matching command “dotnet-install”
Environment data
dotnet sdk 2.1.4, ubuntu 17.10
Is dotnet install
not supported for installing builiding commandline tools?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
dotnet: command not found in Mac
Run sudo ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/ in the command line, you then should be prompted for your password. This is the ...
Read more >"dotnet" is not recognized - Microsoft Q&A
After it is installed then try the dotnet command. If it says it doesn't exist then it wasn't added to the path or...
Read more >Command-line DotNet commands not found under ...
Command -line DotNet commands not found under Windows 10 #2932 ... I installed the 2.1.4 SDK from the package available online, not via...
Read more >Fixing "dotnet command not found" error after installing ...
NET Core on Linux, you might encounter a common issue: the “dotnet command not found” error. This error often occurs after installing ....
Read more >Why dotnet command is not working ? whenever I try to ...
dotnet is the primary CLI command for modern .Net projects. Typing dotnet --version will display the currently installed version of .Net.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just to note I nearly missed this solution because it seems dotnet *2.1.4 * is < than
2.1.300-rc1-008673
. it might be obvious to some, I am noting this to make it more explicitWe compare the numbers on each of the parts of the version numerically and as such 4 < 300.