diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index d1f6c805a3..bf162331b6 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -235,11 +235,13 @@ See below under [Docker Prerequisites](#Docker-Prerequisites) for information on #### Ubuntu/Debian +For Ubuntu 22.04 and below, and Debian: + ```shell apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb ``` -For Ubuntu 24.04, and above, use the following command: +For Ubuntu 24.04+ and optionally for Debian 13: ```shell apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb