in reply to trouble installing perl modules in a google instance

sudo snap install google-cloud-sdk
sudo snap install google-cloud-sdk --classic
ERROR: (gcloud.compute.ssh) You do not currently have an active accoun +t selected. Please run: $ gcloud auth login
gcloud auth login
gcloud compute ssh silly-instance --zone=us-central1-a
gcloud config set project vivid-cache-{junkynumbers}
gcloud compute ssh silly-instance --zone=us-central1-a
within "getting a google instance going", "buckets" are mysterious.

vi to the rescue.

Replies are listed 'Best First'.
Re^2: trouble installing perl modules in a google instance
by Anonymous Monk on May 03, 2020 at 20:04 UTC
    p.s.

    give them a chance to put the usual stuff in the / dir

    modules mentioned in inaccessible subroutines provoke pesky queries

    getting 6/7 improvement in thumb-twiddling

      (comparing v5.24.1 to v5.26.1 re: the earlier complains of modules mentioned)
        this works:
        sudo apt-get install perlbrew perlbrew install-patchperl perlbrew install 5.30.1 # this fails perlbrew install-cpanm cpanm List::MoreUtils perlbrew -q exec perl check.pl # this fails (lacks perl installation) perl check.pl # working