Open4
Arch Linux上でPlaywrightのinstall-deps相当をするのに必要そうなやつ
libnss_nis libcups libdrm libxcb libxkbcommon libx11 libxcomposite libxdamage libxext libxfixes libxrandr nss nspr pango cairo at-spi2-core egl-gbm alsa-lib libxcursor gtk3
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Please install them with the following command: ║
║ ║
║ sudo playwright install-deps ║
║ ║
║ Alternatively, use apt: ║
║ sudo apt-get install libnss3\ ║
║ libnspr4\ ║
║ libatk1.0-0\ ║
║ libatk-bridge2.0-0\ ║
║ libcups2\ ║
║ libdrm2\ ║
║ libxcb1\ ║
║ libxkbcommon0\ ║
║ libatspi2.0-0\ ║
║ libx11-6\ ║
║ libxcomposite1\ ║
║ libxdamage1\ ║
║ libxext6\ ║
║ libxfixes3\ ║
║ libxrandr2\ ║
║ libgbm1\ ║
║ libpango-1.0-0\ ║
║ libcairo2\ ║
║ libasound2 ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════╝
って言われた時点でインストールしたやつ。
libnss_nis libcups libdrm libxcb libxkbcommon libx11 libxcomposite libxdamage libxext libxfixes libxrandr nss nspr pango cairo at-spi2-core egl-gbm alsa-lib
引き続き、こう言われた。
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Please install them with the following command: ║
║ ║
║ sudo playwright install-deps ║
║ ║
║ Alternatively, use apt: ║
║ sudo apt-get install libxcursor1\ ║
║ libgtk-3-0\ ║
║ libgdk-pixbuf2.0-0 ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════╝
libxcursor gtk3
今度はこれ。
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Missing libraries: ║
║ libicudata.so.66 ║
║ libicui18n.so.66 ║
║ libicuuc.so.66 ║
║ libxml2.so.2 ║
║ libxslt.so.1 ║
║ libwoff2dec.so.1.0.2 ║
║ libopus.so.0 ║
║ libwebpdemux.so.2 ║
║ libwebp.so.6 ║
║ libharfbuzz-icu.so.0 ║
║ libenchant-2.so.2 ║
║ libhyphen.so.0 ║
║ libflite.so.1 ║
║ libflite_usenglish.so.1 ║
║ libflite_cmu_grapheme_lang.so.1 ║
║ libflite_cmu_grapheme_lex.so.1 ║
║ libflite_cmu_indic_lang.so.1 ║
║ libflite_cmu_indic_lex.so.1 ║
║ libflite_cmulex.so.1 ║
║ libflite_cmu_time_awb.so.1 ║
║ libflite_cmu_us_awb.so.1 ║
║ libflite_cmu_us_kal16.so.1 ║
║ libflite_cmu_us_kal.so.1 ║
║ libflite_cmu_us_rms.so.1 ║
║ libflite_cmu_us_slt.so.1 ║
║ libpcre.so.3 ║
║ libgudev-1.0.so.0 ║
║ libffi.so.7 ║
║ libevdev.so.2 ║
║ libx264.so ║
╚══════════════════════════════════════════════════════╝
icu libxml2 libxslt woff2 opus libwebp harfbuzz harfbuzz-icu enchant hyphen flite pcre libgudev libffi libevdev x264