I m trying to install zoom on ubuntu, doing thru graphic installer did not work, i tried thru terminal with 'sudo apt-get install ./zoom-package'
and it gave me this error:
the following packages have unmet dependencies:
zoom : Depends: libxcb-xtest0 but it is not installable
E: Unable to correct problems, you have held broken packages
i did
sudo apt-get autoremove
still did not work. any ideas?
libxcb-xtest0
is available for supported Ubuntu's https://packages.ubuntu.com/search?keywords=libxcb-xtest0&searchon=names ... Ubuntu 18.04 test :$ sudo gdebi Downloads/zoom_amd64.deb
→ No issues, libxcb-xtest0, etc. installed OK. – Knud Larsen Mar 21 '20 at 09:28sudo apt --fix-broken install
in a terminal window. Now, the Zoom install should succeed. – Gogowitsch Aug 05 '22 at 11:39