Package Details: google-cloud-cli-bundled-python3-unix 542.0.0-1

Git Clone URL: https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy)
Package Base: google-cloud-cli
Description: gcloud Bundled Python 3.12
Upstream URL: https://cloud.google.com/cli/
Keywords: cloud gcloud gcp google sdk
Licenses: Apache-2.0
Submitter: PolarianDev
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 191
Popularity: 0.053006
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-10-09 07:22 (UTC)

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 use gcloud storage anyway.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 34 Next › Last »

blackout commented on 2021-12-15 07:24 (UTC)

fails to apply patch

-> Extracting google-cloud-sdk_367.0.0.orig.tar.gz with bsdtar
==> Starting prepare()...
failed to apply patch: 0004-collections-abc.patch
==> ERROR: A failure occurred in prepare().
Aborting...
 -> error making: google-cloud-sdk

sudoforge commented on 2021-09-01 14:02 (UTC)

@frabjous The package is tested before it is uploaded. The URL is correct. Check your internet connection, firewall, and any host-blocking tools you may use (e.g. PiHole).

frabjous commented on 2021-09-01 13:27 (UTC)

I'm getting a 404 error when attempting to download https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_355.0.0.orig.tar.gz. Anyone else?

jamesmcm commented on 2021-04-27 09:01 (UTC) (edited on 2021-04-27 09:03 (UTC) by jamesmcm)

Would it be possible to package with the cloud-datastore-emulator component?

EDIT: Nevermind I read the pinned comments.

sudoforge commented on 2020-06-15 03:00 (UTC)

@allsyed component support in individual packages is still under way; only a few packages are currently maintained (check my profile for a complete list). Read the pinned comment(s) for instructions on how to receive support for this package, and how to modify your installation to allow for component management via gcloud components <command>.

allsyed commented on 2020-06-15 02:57 (UTC)

How do I go about installing other components?

Like when I try to install cloud_sql_proxy. I get this message.

ERROR: (gcloud.components.install) You cannot perform this action because this Cloud SDK installation is managed by an external package manager. Please consider using a separate installation of the Cloud SDK created through the default mechanism described at: https://cloud.google.com/sdk/

sudoforge commented on 2020-04-23 19:27 (UTC)

@brody great catch, that was patched in. As a reminder, please use Github to submit patches, ask questions, and raise issues.

brody commented on 2020-04-22 18:37 (UTC)

Please can you adjust the permission of the bash-completion file to 644 (from the least privilege perspective)?

diff --git a/PKGBUILD b/PKGBUILD
index ce029a3..6260b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ package() {
   install -Dm755 "${srcdir}/${source[1]}" \
     "${pkgdir}/etc/profile.d/google-cloud-sdk.sh"

-  install -Dm755 "${pkgdir}/opt/${pkgname}/completion.bash.inc" \
+  install -Dm644 "${pkgdir}/opt/${pkgname}/completion.bash.inc" \
     "${pkgdir}/etc/bash_completion.d/google-cloud-sdk"

   mkdir -p "${pkgdir}/usr/share"

mindrunner commented on 2020-02-18 22:20 (UTC)

Will do, thank you for help and patience! :)

sudoforge commented on 2020-02-18 22:16 (UTC)

Haha, cannot patch PKGUILD because 'patch not found'. reinstalled base-devel group and all good now! :)

I guessed that was going to be the issue, but wanted to make sure we debugged it properly. Glad it's sorted out! As a note, please use the GitHub parent project for reporting issues in the future.