If you receive this error please try the following command:
sudo apt-get install python3-setuptools
For other versions like python2 run the following command:
sudo apt-get install python-setuptools
If you receive this error please try the following command:
sudo apt-get install python3-setuptools
For other versions like python2 run the following command:
sudo apt-get install python-setuptools
This error appears when we try to run an ansible script with a user that is not enabled for passwordless sudo.
On this error we have two options with us:
1. Make the user run sudo without a password, for which open /etc/sudoers and put the following line for the user for which passwordless ssh is needed"
Then
shashwat ALL=(ALL:ALL) NOPASSWD: ALL
#Note: Add this line to the end of the file
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...