Answers for "sudo n stable sudo: n: command not found"

1

sudo command not found

su -
apt install sudo
usermod -aG sudo <username>
exit
Posted by: Guest on March-28-2022

Code answers related to "sudo n stable sudo: n: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language