You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Playwright on Fedora OS and getting some issues like the below and wondering if Fedora is supported yet or not.
Are there any known issues and workarounds?
It seems one can't use 'apt' to install packages on Fedora, so do we have rpm and dnf packages for Playwright?
$ sudo npx playwright install-deps
[sudo] password for xxxxxx:
BEWARE: your OS is not officially supported by Playwright; installing dependencies for Ubuntu as a fallback.
Installing dependencies...
Switching to root user to install dependencies...
sh: line 1: apt-get: command not found
Failed to install browser dependencies
Error: Installation process exited with code: 127
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use Playwright on Fedora OS and getting some issues like the below and wondering if Fedora is supported yet or not.
Are there any known issues and workarounds?
It seems one can't use 'apt' to install packages on Fedora, so do we have rpm and dnf packages for Playwright?
$ sudo npx playwright install-deps
[sudo] password for xxxxxx:
BEWARE: your OS is not officially supported by Playwright; installing dependencies for Ubuntu as a fallback.
Installing dependencies...
Switching to root user to install dependencies...
sh: line 1: apt-get: command not found
Failed to install browser dependencies
Error: Installation process exited with code: 127
The text was updated successfully, but these errors were encountered: