Forked from DavidFricker/gist:67319b82b822246f0a1f2c2e60b17b05
Created
October 30, 2019 12:59
-
-
Save syed-shibli/c3f015f8761a0c08bd757083e9f12d74 to your computer and use it in GitHub Desktop.
Puppeter (Chrome) dependencies on Ubuntu 16 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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