VS code - xxd: command not found

196 Views Asked by At

I would like to use the xxd tool in my VS code terminal in my Ubuntu 22.0403 LTS machine but I get a bash: xxd: command not found in the terminal. In the standard ubuntu terminal I can use the xxd tool and it works. I use the whereis command and find that it is in usr/bin and can see it when I navigate to the directory.

enter image description here

enter image description here

When I do this in VS Code nothing comes up when I use the whereis command and I can’t find it in the directory. So I believe this is obviously missing for some strange reason. enter image description here

enter image description here

I have tried reinstalling xxd with no results. Not sure why this would be. In my .bashrc I have export PATH=”$PATH:/usr/bin/” thinking that perhaps my path was not setup correctly but that didn’t work either. Here is my output when I echo $PATH root/.nvm/versions/node/v16.13.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.ghcup/bin:/root/.cabal/bin

Also here is my About section of VS Code enter image description here

Does anyone have any thoughts?

0

There are 0 best solutions below