question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet install command not available

See original GitHub issue

Steps 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
Andreacommented, Jun 17, 2018

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 explicit

0reactions
livarcocccommented, Jun 18, 2018

We compare the numbers on each of the parts of the version numerically and as such 4 < 300.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found