安装 Zoom 时 Lubuntu 中出现未满足的依赖项错误

安装 Zoom 时 Lubuntu 中出现未满足的依赖项错误

我正在尝试在 Lubuntu 18.04 笔记本电脑上安装 Zoom 应用程序,但出现以下问题:

$ sudo apt-get install libxcb-xtest0 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libxcb-xtest0 is already the newest version (1.13-1).
libxcb-xtest0 set to manually installed.
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 zoom : Depends: libxkbcommon-x11-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

我已经尝试sudo apt --fix-broken install按照错误消息中的建议运行,但没有成功。与之前的情况相同。

相关内容