Ubuntu – Zoom Conference install and launching problem

zoom-meeting

I Have a problem launching the program in 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

my installation code is:

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)

can you help me with this?

Best Answer

Please run following command in your terminal and try running Zoom again:

touch ~/.config/zoomus.conf

Please let me know if that helps.

Related Question