Zoom Workplace für Linux missing dependencies since v7.0.0 | Community
Skip to main content
New Member
April 23, 2026

Zoom Workplace für Linux missing dependencies since v7.0.0

  • April 23, 2026
  • 0 replies
  • 4 views

Technical situation:

Description / Issue / Solution:

I noticed an undocumented system requirement (`libopengl0`), which lead to an nonfunctional zoom workplace client.

The Zoom Workplace für Linux (https://zoom.us/client/latest/zoom_amd64.deb) needs since v7.0.0 the Debian package libopengl0 (https://packages.debian.org/bookworm/libopengl0 ), because the Zoom logs (`~/.zoom/logs/`) says something like “missing libOpenGL.so.0 ...”. After installing this package `apt install libopengl0` the Zoom Workplace works as before.

This required packages is not listen in https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063458 .

The best way would be to specify this dependency within the Debian packages itself (Section: “Depends:”). Current package situation:

Package: zoom
Version: 7.0.0.1666
License: see https://www.zoom.us/
Vendor: Zoom Communications, Inc.
Architecture: amd64
Maintainer: Zoom Communications, Inc. <https://support.zoom.com/hc>
Installed-Size: 958081
Depends: libglib2.0-0, libxcb-keysyms1, libdbus-1-3, libxcb-shape0, libxcb-randr0, libxcb-shm0, libxcb-xfixes0, libxcb-image0, libxcb-xtest0, libxcb-cursor0, libfontconfig1, libpulse0, li
bxcb-xinerama0, libxi6, libsm6, libxrender1, libxcomposite1, libxslt1.1, libsqlite3-0, libxtst6, ibus, libxkbcommon-x11-0, desktop-file-utils, libgbm1, libdrm2, libxcb-icccm4, libatomic1,
libfreetype6 (>= 2.6), libgbm1 (>= 17.1.0~rc2)
Recommends: libegl1-mesa, libgl1-mesa-glx
[...]