Package Details: google-cloud-cli-gsutil 530.0.0-2

Git Clone URL: https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy)
Package Base: google-cloud-cli
Description: Cloud Storage Command Line Tool: gsutil is not the recommended CLI for Cloud Storage
Upstream URL: https://cloud.google.com/cli/
Keywords: cloud gcloud gcp google sdk
Licenses: Apache-2.0
Conflicts: gsutil
Provides: google-cloud-cli-gsutil, gsutil
Submitter: PolarianDev
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 191
Popularity: 0.39
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-07-15 20:58 (UTC)

Dependencies (4)

Required by (1)

Sources (4)

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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 33 Next › Last »

PolarianDev commented on 2023-03-22 12:19 (UTC)

Due to the long build times of the package (due to the compression of tons of man pages) I have decided to add it to PolarRepo as apache license allows redistribution of software in any form.

To pull the package, see the following links:

Arch Wiki: https://wiki.archlinux.org/title/Unofficial_user_repositories#PolarRepo Repository guide: https://onedev.polarian.dev/polarrepo/~files

Once the repository database has been fetched (pacman -Syy to refresh all databases), you can install google-cloud-cli using pacman:

pacman -Syu google-cloud-cli

Any issues let me know :)

PolarianDev commented on 2023-03-20 20:50 (UTC)

@nicko888 I have only recently adopted this package because sudoforge had orphaned it and it was a package a lot of people wanted maintained, so I thought I would take it for the time being.

As for why these tools are being deleted I am not sure, search the AUR and the official repositories to see if it is within a different package, that could be a reason, otherwise submit an issue on the repository pinned in the comments and I will take a look for you.

Have a good night, Polarian

nicko888 commented on 2023-03-20 18:05 (UTC)

Hello @PolarianDev, why do you run rm -f "${pkgdir}"/usr/bin/{bq,dev_appserver.py*,java_dev_appserver.sh} in the very end of package? bq is quite useful tool to interact with Big Query

PolarianDev commented on 2023-03-16 00:54 (UTC)

Package update is delayed due to the following issue:

https://onedev.polarian.dev/polarrepo/google-cloud-cli/~pulls/3

PolarianDev commented on 2023-03-12 20:45 (UTC)

Please submit all issues with the package on the new repository, I replaced sudoforges repository as they have resigned as TU and does not seem contactable, see below:

https://onedev.polarian.dev/polarrepo/google-cloud-cli/~issues

PolarianDev commented on 2023-03-12 20:44 (UTC)

@meijin feel free to open an issue on the repository, but I can't promise to add it, if it breaks conventions.

PolarianDev commented on 2023-03-12 20:40 (UTC)

I am not sure if that is conventional, I would need to ask a TU, because google-cloud-sdk no longer exists, and thus adding an non-existent conflict...

meijin commented on 2023-03-12 20:37 (UTC)

for Please add a replace and/or conflict with google-cloud-sdk package, so people will know about this change

PolarianDev commented on 2023-03-08 09:36 (UTC)

This package is the rename of the previous package: https://aur.archlinux.org/packages/google-cloud-sdk

Google refers to the sdk as "cli" now, and thus the package was renamed to reflect these changes.