We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85f094 commit 652adb1Copy full SHA for 652adb1
docs/app/get-started/install-cypress.mdx
@@ -235,11 +235,13 @@ See below under [Docker Prerequisites](#Docker-Prerequisites) for information on
235
236
#### Ubuntu/Debian
237
238
+For Ubuntu 22.04 and below, and Debian:
239
+
240
```shell
241
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
242
```
243
-For Ubuntu 24.04, and above, use the following command:
244
+For Ubuntu 24.04+ and optionally for Debian 13:
245
246
247
apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
0 commit comments