File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,19 +130,19 @@ Install required dependencies. See below under [Docker Prerequisites](#Docker-Pr
130
130
For Ubuntu 22.04 and Debian:
131
131
132
132
``` 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
134
134
```
135
135
136
136
For Ubuntu >=24.04 and optionally for Debian 13:
137
137
138
138
``` 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
140
140
```
141
141
142
142
#### Arch
143
143
144
144
``` 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
146
146
```
147
147
148
148
#### Amazon Linux 2023
You can’t perform that action at this time.
0 commit comments