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
All the question that scared me now i am trying to scare them .. so that they cant scare others :)
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
Try the following command in the terminal after installing Docker.
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
docker ps
Either reboot or log off and login and done.
Fixing “Public Key Retrieval is not allowed” Error in MySQL with DBeaver If you are trying to connect MySQL 8+ with DBeaver and suddenly...