Skip to content

Commit ae2d417

Browse files
authored
Remove GTK2 Linux prerequisites (#6262)
1 parent 3c3b30b commit ae2d417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/get-started/install-cypress.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,19 @@ Install required dependencies. See below under [Docker Prerequisites](#Docker-Pr
130130
For Ubuntu 22.04 and Debian:
131131

132132
```shell
133-
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
133+
apt-get install libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
134134
```
135135

136136
For Ubuntu >=24.04 and optionally for Debian 13:
137137

138138
```shell
139-
apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
139+
apt-get install libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
140140
```
141141

142142
#### Arch
143143

144144
```shell
145-
pacman -S gtk2 gtk3 alsa-lib xorg-server-xvfb libxss nss libnotify
145+
pacman -S gtk3 alsa-lib xorg-server-xvfb libxss nss libnotify
146146
```
147147

148148
#### Amazon Linux 2023

0 commit comments

Comments
 (0)