How-to Download Google-Chrome Beta 32/64bit Releases for Linux

This Tip Show the Easiest Way of Downloading the .deb and .rpm Google-Chrome Beta Linux Releases.

  1. Open a Terminal Window
  2. Check if Curl in Installed
    which curl

    To Get Installed Curl just Consult the Online Docs for Your Distro…

  3. Download Chrome Beta by curl
    • Debian-Like 32bit:
      curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
    • Debian-Like 64bit:
      curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
    • RedHat-Like 32bit:
      curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_i386.rpm
    • RedHat-Like 64bit:
      curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm