Hello Linux Geeksters. As you may know, Viber is a popular instang messaging application running on Android. Like WhatsApp, Viber has video calling fuctions and allows the users to easily send text messages and photos, without needing to register. The developers have decided to make the application available for desktop operating systems, including Windows, Mac OS X and Linux.
For now Viber works only on 64 bit Linux systems. On 32 bit systems, we can install the Viber Client for Windows, Via Wine. The Linux version is still Beta, so don’t expect it to be bugless.
If you already use Viber on your mobile phone, setting everything up is easy. All you have to do is enter your mobile number into the application, type in the authentication code you get to your mobile app and you’ll get all your Viber contacts available in the Linux client.

In this article I will show you how to install Viber on both 32 bit and 64 bit Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04 and Elementary OS 0.3 systems.
Follow the instructions for your system exactly, in order to get a successful Viber installation.
How to install Viber on 32 bit Ubuntu, Linux Mint, Elementary OS and Pinguy OS systems, via Wine:
Because there is no Viber package for 32 bit systems, we can only install the Windows version of Viber, via Wine.
Install Wine:
$ sudo add-apt-repository ppa:ubuntu-wine/ppa $ sudo apt-get update $ sudo apt-get install wine1.7 winetricks
Download the Viber installer for Windows and install it, on Wine:
$ wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe $ wine ViberSetup.exe
How to install Viber on 64 bit Ubuntu, Linux Mint, Elementary OS and Pinguy OS systems:
Viber is available for 64 bit (amd64) systems as a deb package, so installing it is easy. All you have to do is download the deb package from the official site:
$ wget download.cdn.viber.com/cdn/desktop/Linux/viber.deb
And install it via command-line. I prefer gdebi over dpkg due to the fact that it also handles dependencies:
$ sudo apt-get install gdebi $ sudo gdebi viber.deb