-bash: sudo: command not found

When you see this error message

-bash: sudo: command not found

su
apt-get install sudo
adduser username sudo
apt-get install locales
locale-gen en_US.UTF-8

You may also like...