Quentin123345 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

E: Unable to locate package google-cloud-sdk #446

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Installing Cloud SDK. (sudo apt-get install google-cloud-sdk) specifically

What is the expected output? What do you see instead?
sudo apt-get install google-cloud-sdk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package google-cloud-sdk

What is the output of 'gcloud info'?
N/A

Please provide any additional information below.

Code from sudo apt-get update:

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/-c/binary-amd64
/Packages  404  Not Found [IP: 74.125.138.101 80]

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/-s/binary-amd64
/Packages  404  Not Found [IP: 74.125.138.101 80]

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/main/binary-amd
64/Packages  404  Not Found [IP: 74.125.138.101 80]

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/-c/binary-i386/
Packages  404  Not Found [IP: 74.125.138.101 80]

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/-s/binary-i386/
Packages  404  Not Found [IP: 74.125.138.101 80]

W: Failed to fetch 
http://packages.cloud.google.com/apt/dists/cloud-sdk-lsb_release/main/binary-i38
6/Packages  404  Not Found [IP: 74.125.138.101 80]

Original issue reported on code.google.com by ericlevi...@gmail.com on 23 Dec 2015 at 5:10

GoogleCodeExporter commented 8 years ago
Thanks for the report, we'll take a look!

Original comment by svalen...@google.com on 26 Dec 2015 at 1:03

GoogleCodeExporter commented 8 years ago
Run all the commands at https://cloud.google.com/sdk/#debubu again. This time 
please ensure that export CLOUD_SDK_REPO=cloud-sdk-`lsb_release -c -s` uses 
backticks as quote marks. You can also use export 
CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" if this is easier to type and 
you can't use copy and paste.

In either case, run "echo $CLOUD_SDK_REPO" (no quotes) to ensure that it says 
something like cloud-sdk-trusty instead of containing "lsb_release".

If you still have problems feel free to reopen this bug.

Original comment by stephe...@google.com on 26 Dec 2015 at 8:43