1 Answers
Hi there,
I think Compute Engine VMs are defaulting to Debian 10 now, and the video was recorded at Debian 9, however there is a note in the video at 04:51 with the updated command:
sudo apt-get install default-mysql-client
Hope this helps!
Yes I googled and found that option and it worked.
now I am not able to proceed with lab due to wget command not found error
You can install wget with:
sudo apt install wget