libXss.so.1: cannot open shared object file: No such file or directory

Written by Yujin Boby

Edit in WordPress

When running chrome, i get error message

/home/serverok/node_modules/puppeteer/.local-chromium/linux-641577/chrome-linux/chrome: 
error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

To fix, install libxss package.

On Ubuntu/Debian

apt install -y libxss1

Back to Errors