Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save syed-shibli/c3f015f8761a0c08bd757083e9f12d74 to your computer and use it in GitHub Desktop.
Save syed-shibli/c3f015f8761a0c08bd757083e9f12d74 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