Downloading Google Chrome using cURL Command


In order to download and install Google Chrome using the cURL command follow the below examples.

For macOS:

  • Open Terminal App,
  • Run the below cURL Command to download the latest stable version of the chrome .dmg file.
    % curl -O https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
  • Once the download completes run:
    % open googlechrome.dmg 
  • Move the chrome icon to the Applications folder.
  • and you are done!
Google Chrome on Mac


For Linux:

  • Open Terminal/Command Prompt
  • Run the below cURL to get the latest version of Chrome .deb setup.
    curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • Once downloaded install using,
    sudo dpkg -i google-chrome-stable_current_amd64.deb
    


For Windows

  • Open Powershell (or Command Prompt)
  • Run:
    curl.exe -o "googlechrome.exe" "https://dl.google.com/tag/s/appguid={8A69D345-D564-463c-AFF1-A69D9E530F96}&iid={91A77F18-01A2-47AF-8B2B-7A9A78D677F7}&lang=en&browser=3&usagestats=1&appname=Google%20Chrome&needsadmin=prefers&ap=x64-stable&dl=installdata&sig=O/bkTtzTzkDKc+QWtHbLtnf9XzOs+rE2ZS+JKIIaD4="
    

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap