Depending on the distribution of Linux, the commands and installation of Google Cloud SDK vary:
- The Google Cloud SDK can now be installed via the Google Cloud package repository and can also be installed via the following command in Debian-based distributions:
sudo apt-get install google-cloud-sdk
- To find out the version of the SDK and the packages that will be installed, type the following command to see the full details:
apt-cache showpkg google-cloud-sdk
- To simulate the installation of the package and see what packages will be installed or upgraded, run the following command:
apt-get -s install google-cloud-sdk
- To install Google Cloud SDK for other Linux distributions refer to this page: https://cloud.google.com/sdk/docs/quickstart-linux ...