Skip to content

Instantly share code, notes, and snippets.

@jessekanner
Last active December 30, 2021 12:49
Show Gist options
  • Select an option

  • Save jessekanner/4c8552d2489f43e412f251610739404e to your computer and use it in GitHub Desktop.

Select an option

Save jessekanner/4c8552d2489f43e412f251610739404e to your computer and use it in GitHub Desktop.
Installing Google Headless Chrome on Ubuntu
sudo apt-get install -y libappindicator1 fonts-liberation
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get -f install
google-chrome-stable -version
// docs https://developers.google.com/web/updates/2017/04/headless-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment