I'm new user of Linux instead of Windows. I'm using Xubuntu 16.04, I installed the viber on my computer, but it does not work. I download file viber.deb from http://viber.com, and install it at the command : sudo dpkg-i viber.deb
When I run the application
/opt/viber/Viber
This is the error message:
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, minimalegl, minimal, linuxfb, offscreen, wayland-egl, wayland, xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)
sudo apt-get install xcbsolve it? – terdon Oct 18 '16 at 11:36xcb. Actually, these seem like far better candidates. If you've managed to install, could you check the output ofdpkg -l | grep '^ii.*libxcb'and report which one(s) you have installed? – terdon Oct 18 '16 at 11:57sudo apt-get install libqt5gui5and then re-install Viber. Thank you very much everyone. – Nguyen Anh Oct 20 '16 at 05:39