我在 xubuntu 中启动程序时遇到问题。
uname -a
4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
我的安装代码是:
sudo dpkg --install zoom_amd64.deb
(Reading database ... 209468 files and directories currently installed.)
Preparing to unpack zoom_amd64.deb ...
Unpacking zoom (2.0.123086.0330) over (2.0.123086.0330) ...
run post uninstall script, action is upgrade ...
Setting up zoom (2.0.123086.0330) ...
run post install script, action is configure...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
shahi@shahi-Inspiron-N4010:~/Downloads$ zoom
ZoomLauncher started.
Zoom not exist at current directory - /home/shahi/Downloads
Zoom path is: /opt/zoom
cmd line:
$HOME = /home/shahi
Segmentation fault (core dumped)
你能帮我解决这个问题吗?
请在您的终端中运行以下命令,然后再次尝试运行 Zoom:
请让我知道这是否有帮助。
如果触摸配置文件不起作用,请检查
sudo apt upgrade
. 您可能会看到如下内容:在这种情况下,运行
apt --fix-broken install
应该可以解决问题。