Skip to content

Instantly share code, notes, and snippets.

@DavidFricker
Created February 6, 2018 20:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save DavidFricker/67319b82b822246f0a1f2c2e60b17b05 to your computer and use it in GitHub Desktop.
Save DavidFricker/67319b82b822246f0a1f2c2e60b17b05 to your computer and use it in GitHub Desktop.
Puppeter (Chrome) dependencies on Ubuntu 16 LTS
sudo apt-get update
sudo apt-get install libxcomposite-dev -y
sudo apt-get install libxcursor1 -y
sudo apt-get install libxi6 libgconf-2-4 -y
sudo apt-get install libxtst6 -y
sudo apt-get install libnss3-dev -y
sudo apt-get install libcups -y
sudo apt-get install libxss1
sudo apt-get install libxrandr2
sudo apt-get install libasound2 -y
sudo apt-get install libpangocairo-1.0-0 -y
sudo apt-get install libatk-1.0 -y
sudo apt-get install libatk1.0-0 -y
sudo apt-get install libatk-bridge2.0-0 -y
sudo apt-get install libgtk-3-0 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment