Bash Sudo Command Not Found
I have set up a vm using turnkey linux redmine and i'm trying to ssh into the server to install some more items.
It doesn't appear to recognize the sudo command Every time I try to sudo something I get an error saying.
-bash: sudo: command not found
I read somewhere else to type 'whereis sudo' and the output was.
sudo:
Best Answer
Maybe it isn't installed? Open your package manager and install the sudo package.