I am new to Linux terminal, now I tried to use sudo, apt-get, whereis etc., commands in linux it returns an error bash: sudo: command not found
my command
$sudo apt-get install libc6-dev
Error is
bash: sudo: command not found.
Please let me know what could be the issue here, thank you in advance
Try to login with su
$ su -
and install sudo
# apt-get install sudo