Hi,

I install Oracle jdk 8u73 on my Kali 2016.1 I try to run a Webex session and when I hit the call Using Computer button an error says "The Audio device is unaccessible now" some threads out of this forum says its an issue with some missing libraries, so I run this:

Code:
ldd $HOME/.webex/xxxx/*.so | grep 'not found'
The xxxx correspond to my webex number, this is the result:

libgtk-x11-2.0.so.0 => not found
libgdk-x11-2.0.so.0 => not found
libglib-2.0.so.0 => not found
libXmu.so.6 => not found
libXtst.so.6 => not found
libstdc++.so.6 => not found
libX11.so.6 => not found
libXt.so.6 => not found
libXext.so.6 => not found
libXi.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libX11.so.6 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libjawt.so => not found
libX11.so.6 => not found
libgcc_s.so.1 => not found
libasound.so.2 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libjawt.so => not found
libX11.so.6 => not found
libXmu.so.6 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libpangoxft-1.0.so.0 => not found
libXft.so.2 => not found
libXrender.so.1 => not found
libpng12.so.0 => not found
libpango-1.0.so.0 => not found
libpangoft2-1.0.so.0 => not found
libpangox-1.0.so.0 => not found
libfontconfig.so.1 => not found
libfreetype.so.6 => not found
libglib-2.0.so.0 => not found
libgobject-2.0.so.0 => not found
libgmodule-2.0.so.0 => not found
libX11.so.6 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libXrender.so.1 => not found
libX11.so.6 => not found
libXv.so.1 => not found
libgcc_s.so.1 => not found
libuuid.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found

When I try to install the first library:

Code:
apt-get install libgtk-x11-2.0.so.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libgtk-x11-2.0.so.0
E: Couldn't find any package by glob 'libgtk-x11-2.0.so.0'
E: Couldn't find any package by regex 'libgtk-x11-2.0.so.0'
Some one can give me a clue on this?

I'm thinking to add an ubuntu repo but I read on the Kali FAQ to do that will broke my Kali installation:

http://docs.kali.org/general-use/kal...t-repositories