1 Answers
Hello,
Seems Debian 10 has been stripped back a bit! Just try: sudo apt install wget
Thanks!
Sign Up Free or Log In to participate!
getting -bash wget: command not found error on GCP cloudSQL hands on lab
Hello,
Seems Debian 10 has been stripped back a bit! Just try: sudo apt install wget
Thanks!
Psst…this one if you’ve been moved to ACG!
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy -bash: wget: command not found
sudo apt install wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy E: Command line option ‘O’ [from -O] is not understood in combination with the other options.
giving error for option O
Any resolution on this issue? I am not able to complete the lab
After installing wget as above, this command works fine for me on Debian 10:
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
sudo apt install wget
worked for me