Skip to content

Instantly share code, notes, and snippets.

@tikg
Last active November 5, 2025 02:01
Show Gist options
  • Select an option

  • Save tikg/69c06afa95f55a02676a76672ce45d8e to your computer and use it in GitHub Desktop.

Select an option

Save tikg/69c06afa95f55a02676a76672ce45d8e to your computer and use it in GitHub Desktop.
Installation of Chrome in Linux

Installation of Chrome in Linux (Ubuntu 24.04)

Reference: https://support.google.com/chrome/a/answer/9025903?hl=en&ref_topic=9025817&sjid=14448717426877053214-NC

wget https://www.google.com/chrome/?platform=linux
sudo dpkg -i google-chrome-stable_current_amd64.deb 
sudo mkdir -p /etc/opt/chrome/policies
sudo mkdir -p /etc/opt/chrome/policies/managed
sudo mkdir -p /etc/opt/chrome/policies/recommended
sudo wget -P /etc/opt/chrome/policies/managed https://github.com/google/ChromeBrowserEnterprise/blob/main/docs/policy_examples/managed_policies.json  
sudo wget -P /etc/opt/chrome/policies/recommended https://github.com/google/ChromeBrowserEnterprise/blob/main/docs/policy_examples/recommended_policies.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment