Skip to content

Instantly share code, notes, and snippets.

@sshmyg
Last active May 27, 2019 18:30
Show Gist options
  • Save sshmyg/e78d615a236bc203932c86f01995d187 to your computer and use it in GitHub Desktop.
Save sshmyg/e78d615a236bc203932c86f01995d187 to your computer and use it in GitHub Desktop.

Revisions

  1. sshmyg revised this gist May 27, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions deps.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    [Troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.m)

    [Issue](https://github.com/GoogleChrome/puppeteer/issues/290#issuecomment-322838700)

    ```bash
  2. sshmyg renamed this gist May 27, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Puppeteer ubuntu deps → deps.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
    https://github.com/GoogleChrome/puppeteer/issues/290#issuecomment-322838700
    [Troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.m)
    [Issue](https://github.com/GoogleChrome/puppeteer/issues/290#issuecomment-322838700)

    ```bash
    sudo apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
  3. sshmyg created this gist May 27, 2019.
    6 changes: 6 additions & 0 deletions Puppeteer ubuntu deps
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
    https://github.com/GoogleChrome/puppeteer/issues/290#issuecomment-322838700

    ```bash
    sudo apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
    ```