Thank you PolarianDev :)
Search Criteria
Package Details: google-cloud-cli 528.0.0-3
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 core set of command-line tools for the Google Cloud Platform. Includes only gcloud core (with beta and alpha commands), gcloud-crc32c and man pages |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-sdk |
Provides: | google-cloud-cli-alpha, google-cloud-cli-beta, google-cloud-sdk |
Replaces: | google-cloud-sdk |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 191 |
Popularity: | 0.60 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-06-30 06:49 (UTC) |
Dependencies (4)
- python (python37AUR)
- jq (jq-gitAUR, jaq-binAUR) (make)
- google-cloud-cli-bqAUR (google-cloud-cli-bqAUR) (optional) – BigQuery Command Line Tool
- google-cloud-cli-gsutilAUR (google-cloud-cli-gsutilAUR) (optional) – Cloud Storage Command Line Tool. Not the recommended CLI for Cloud Storage
Required by (14)
- apollo-neo-env-manager-dev (optional)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- gcsfuse-bin (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-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- repman (optional)
- repman-git (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 33 Next › Last »
esemeniuc commented on 2023-02-10 19:36 (UTC)
PolarianDev commented on 2023-02-08 23:38 (UTC)
Hello world,
I have adopted the package due to the high request for it to be maintained, please give me a few days to catch up on the current status of the package, before actively trying to fix it.
If anyone else wanted to adopt this package (due to the high demand for it) please email me: polarian@polarian.dev and we can discuss this.
Thanks, Polarian
esemeniuc commented on 2023-02-05 09:38 (UTC)
@sudoforge can you kindly check alexz's PR?
alexz commented on 2023-01-18 20:27 (UTC)
Created PR to upgrade to latest (413.0.0): https://github.com/sudoforge/pkgbuilds/pull/81/commits
sudoforge commented on 2023-01-06 20:37 (UTC)
@wbanfield -- see https://wiki.archlinux.org/title/Arch_User_Repository (specifically, the Getting Started section).
patch
is included in the base-devel
group.
wbanfield commented on 2023-01-06 20:14 (UTC)
This appears to require the patch
tool to be installed. My most recent arch installation did not have this by default so the install here failed. Adding the patch tool with pacman -Syu patch and rerunning the installation, makepkg -si, worked.
tujir commented on 2022-12-11 22:59 (UTC)
I've tried with version 411 and it seems to be that Google has disabled https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/
pintert3 commented on 2022-11-21 09:32 (UTC)
Is this still being maintained? Do you need some maintainer's help?
vuzarchboi commented on 2022-11-15 08:20 (UTC)
This is version 404 we are at version 409 at this point. Can this be updated?
I see a PR for 408 https://github.com/sudoforge/pkgbuilds/pull/76, which has not been reviewed/merged. Do you need more maintainers to keep this alive?
sudoforge commented on 2022-09-29 00:34 (UTC)
@mr-ubik after some investigation, it doesn't seem like that's the source of your issue.
Please run the following commands in a shell that you encounter that error and submit the output you get as a comment here or in the github issue:
$ gcloud --version ; { [ -z "$CLOUDSDK_PYTHON" ] && echo "CLOUDSDK_PYTHON unset" ; } || { echo "CLOUDSDK_PYTHON: ${CLOUDSDK_PYTHON}" && type -S "$CLOUDSDK_PYTHON" ; }
Pinned Comments
jvybihal commented on 2025-06-30 06:37 (UTC)
I did a split of the package to 3 packages:
google-cloud-cli
,google-cloud-cli-bq
,google-cloud-cli-gsutil
. There is also package containing the bundled python for those who want it or as a dependency to the gsutil (current version 5.24 does not work with python 3.13 out-of-the-box, although 5.25 which is already available on github should). I am also testing to include other "components".If there will be interest, it's also possible to split the manpages to another package. So for those who don't want them, the install time can get faster and size significantly smaller.
I have tried not to break anyones installation, so please try to install the 3 mentioned packages and it should work the same as before.
You don't need bundled python for the gcloud to work, and I would advice to use
gsutil
only if yo really have to. The prefered way is to usegcloud storage
anyway.