Bad md5sum. The good one:
fa47d4f428639f164df9c82210e9cf9e google-cloud-sdk.tar.gz
Search Criteria
Package Details: google-cloud-cli 506.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy) |
---|---|
Package Base: | google-cloud-cli |
Description: | A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq. |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-sdk |
Provides: | google-cloud-sdk |
Replaces: | google-cloud-sdk |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 188 |
Popularity: | 0.112079 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-01-16 10:26 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (15)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- google-cloud-cli-firestore-emulator
- google-cloud-cli-gke-gcloud-auth-plugin
- google-cloud-sdk-app-engine-java (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python-extras (requires google-cloud-sdk)
- google-cloud-sdk-bigtable-emulator (requires google-cloud-sdk)
- google-cloud-sdk-cbt (requires google-cloud-sdk)
- google-cloud-sdk-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- python-google-earthengine-api (requires google-cloud-sdk)
- repman (optional)
- repman-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 Next › Last »
ogarcia commented on 2015-07-31 11:39 (UTC)
tengel commented on 2015-07-29 01:06 (UTC)
I just noticed AUR4 has a feature for Co-Maintainers -- if anyone would like to help co-maintain this package just let me know.
rdoursenaud commented on 2015-06-01 12:11 (UTC)
It seems to me that 0.9.62 have been sneaked out since pkgver() returns 0.9.61. Confirmed by the RELEASE_NOTES of a freshly downloaded tarball.
ascii_ch commented on 2015-05-30 10:55 (UTC)
MD5 seems to be wrong. Current MD5 of google-cloud-sdk.tar.gz is 2be73620f53570ea0aeaa2c72dda1692.
meshelton commented on 2015-04-06 21:39 (UTC)
Getting this error after installing
$ gcloud components list
ERROR: (gcloud.components.list) The update action could not be performed because the installation root of the Cloud SDK could not be located. Please re-install the Cloud SDK and try again.
itwenty commented on 2015-04-03 06:58 (UTC)
Latest version is 0.9.52. Building this fails due to md5 checksum mismatch
confusedfla commented on 2015-02-02 22:54 (UTC)
Hi,
I got some troubles with the components lists. It told me that it can't find my installation, as a quick fix I manually patched this line
lib/googlecloudsdk/core/config:358
```
p = file_utils.FindDirectoryContaining(os.path.dirname(__file__),
Paths.CLOUDSDK_STATE_DIR)
```
with
```
return os.path.join(self.global_config_dir, ".install")
```
this implies that you have run "mkdir ~/.config/gcloud/.install" before. How did you deal with the installation problem?
giniu commented on 2014-12-10 08:36 (UTC)
where do you found it is 0.9.37? Seems that latest is 0.9.40 now. At least that is the version defined in the sources.
jimenezrick commented on 2014-12-10 00:00 (UTC)
It seems to be a release/checksum mismatch, the latest one now is: 0.9.37 (2014/11/19)
zanegrey commented on 2014-09-21 21:55 (UTC)
Updated md5sums and incorporated changes below: https://github.com/muff1nman/archlinux-packages/tree/master/google-cloud-sdk
Pinned Comments