Good afternoon. Dotnet 6 was correctly installed on Ubuntu 20.04.4 LTS.
dotnet --version
6.0.400
Then, using the command, installed the utility dotnet-dump.
dotnet tool install --global dotnet-dump
Next, using the command, I try to get the version of the utility and I have an error:
dotnet-dump --version
dotnet-dump: command not found
If you try to install the utility again, you get a message that it is already installed:
dotnet tool install --global dotnet-dump
The dotnet-dump tool is already installed.
Question:
How do I fix this situation?
P.S.: The installation I carried out on the basis of the article enter link description here
Ensure global tools dir is on the PATH
export PATH="$PATH:$HOME/.dotnet/tools"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With