Ubuntu: 'sudo' is not recognized as an internal or external command, operable program or batch file

preview_player
Показать описание
Ubuntu: "sudo" is not recognized as an internal or external command, operable program or batch file (2 Solutions!)

Рекомендации по теме
Комментарии
Автор

By default sudo is not installed on Debian, but you can install it:
su -
apt-get install sudo -y
usermod -aG sudo yourusername
After that relogin or reboot

dti-x
Автор

use pip instead of sudo or use npm and install node js

kabirhossen