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!
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="
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!