From 2c35ca30a637d2e5e82c61f2e732060f81475b46 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 14 Apr 2023 14:16:18 +0200 Subject: [PATCH] docs: clarify linux dependencies (#10026) --- docs/troubleshooting.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 07b58ced625..1c22adaa106 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -71,11 +71,13 @@ const browser = await puppeteer.launch({ > Context: > [issue 3681](https://github.com/puppeteer/puppeteer/issues/3681#issuecomment-447865342). -## Chrome headless doesn't launch on UNIX +## Chrome doesn't launch on Linux -Make sure all the necessary dependencies are installed. You can run -`ldd chrome | grep not` on a Linux machine to check which dependencies are -missing. The common ones are provided below. +Make sure all the necessary dependencies are installed. You can run `ldd chrome +| grep not` on a Linux machine to check which dependencies are missing. The +common ones are provided below. Also, see +https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json +for the up-to-date list of dependencies declared by the Chrome installer.
Debian (e.g. Ubuntu) Dependencies