How to install gcloud on Ubuntu in 10 seconds

install_gcloud_snap.sh
sudo snap install google-cloud-cli --classic

This is the summary from the official docs. I recommend to install it as snap package as opposed to a deb package since it will auto-update, it’s much easier to use and just works better out of the box in my experience.


Check out similar posts by category: Cloud, Linux