System info
- Playwright Version: 1.34.3
- Operating System: Ubuntu 23.04
- Browser: Firefox
Source code
Steps
(https://playwright.dev/docs/intro#installing-playwright)
- run
LANG=c pnpm exec playwright install-deps
Expected
dependencies are installed
Actual
following packages are missing: libicu70, libffi7, libx264-163
LANG=c pnpm exec playwright install-deps 30.3s 2023년 05월 26일 (금) 오전 10시 50분 21초Installing dependencies...
Switching to root user to install dependencies...
Hit:1 https://download.docker.com/linux/ubuntu kinetic InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease
Get:3 https://cli.github.com/packages stable InRelease [3917 B]
Hit:4 https://dl.winehq.org/wine-builds/ubuntu kinetic InRelease
Hit:5 http://security.ubuntu.com/ubuntu lunar-security InRelease
Hit:6 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://kr.archive.ubuntu.com/ubuntu lunar InRelease
Hit:8 http://ppa.launchpad.net/kxstudio-debian/libs/ubuntu focal InRelease
Hit:9 http://kr.archive.ubuntu.com/ubuntu lunar-updates InRelease
Hit:10 http://kr.archive.ubuntu.com/ubuntu lunar-backports InRelease
Hit:11 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu focal InRelease
Hit:12 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu focal InRelease
Hit:13 http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu focal InRelease
Hit:14 https://repo.steampowered.com/steam stable InRelease
Hit:15 http://ppa.launchpad.net/kxstudio-debian/libs/ubuntu bionic InRelease
Hit:16 http://ppa.launchpad.net/kxstudio-debian/music/ubuntu bionic InRelease
Hit:17 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu bionic InRelease
Hit:18 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu bionic InRelease
Hit:19 http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu bionic InRelease
Hit:20 https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu lunar InRelease
Hit:21 https://ppa.launchpadcontent.net/kubuntu-ppa/beta/ubuntu lunar InRelease
Hit:22 https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu lunar InRelease
Fetched 3917 B in 7s (537 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libicu70
E: Unable to locate package libffi7
E: Unable to locate package libx264-163
Failed to install browser dependencies
Error: Installation process exited with code: 100
System info
Source code
Steps
(https://playwright.dev/docs/intro#installing-playwright)
LANG=c pnpm exec playwright install-depsExpected
dependencies are installed
Actual
following packages are missing: libicu70, libffi7, libx264-163