Google Certified Professional Data Engineer

Sign Up Free or Log In to participate!

-bash wget: command not found

getting -bash wget: command not found error on GCP cloudSQL hands on lab

1 Answers

Hello,

Seems Debian 10 has been stripped back a bit! Just try: sudo apt install wget

Thanks!

Bharat Malgave

wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy -bash: wget: command not found

Bharat Malgave

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.

Bharat Malgave

giving error for option O

Bharat Malgave

Any resolution on this issue? I am not able to complete the lab

Tim Berry

After installing wget as above, this command works fine for me on Debian 10:

Tim Berry

wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy

Muktesh Baldev Arya

sudo apt install wget worked for me

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?