:: Error
sudo: no tty present and no askpass program specified
:: How to fix sudo error
chmod +w /etc/sudoers vi /etc/sudoers # add this line for sudo no tty issue Defaults visiblepw chmod -w /etc/sudoers
9 sec read
:: Error
sudo: no tty present and no askpass program specified
:: How to fix sudo error
chmod +w /etc/sudoers vi /etc/sudoers # add this line for sudo no tty issue Defaults visiblepw chmod -w /etc/sudoers