Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/app/get-started/install-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Cypress supports running under these operating systems:

- **macOS** >=11 _(Intel or Apple Silicon 64-bit (x64 or arm64))_
- **Linux** _(x64 or arm64)_ see also [Linux Prerequisites](#Linux-Prerequisites) down below
- Ubuntu >=20.04
- Ubuntu >=22.04
- Debian >=11
- Fedora >=41
- **Windows** 10 & 11 _(x64)_
Expand Down Expand Up @@ -127,7 +127,7 @@ Install required dependencies. See below under [Docker Prerequisites](#Docker-Pr

#### Ubuntu/Debian

For Ubuntu 22.04 and below, and Debian:
For Ubuntu 22.04 and Debian:

```shell
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
Expand Down