How to Install Viber on Ubuntu 13.10, 32bit [duplicate]

Solution 1:

Viber is still in beta release for linux and runs only on 64-bit systems. To install viber's stable release for windows, you need wine. To install, open a terminal(using Ctrl+Alt+t) and then type:

sudo apt-get install wine
wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe
wine ViberSetup.exe

Source:

  • Question on installing via wine on SO

Solution 2:

As Jobin stated in his answer Viber for Linux is still in Beta. In order to install it, you have to be running the 64bit version of Ubuntu and not the 32bit.

If you do want to keep the 32bit, use the option in Jobin's answer. If you decide to go with 64bit Ubuntu, still keep in mind that Viber is still in Beta.

To install Viber Beta on 64 bit Ubuntu only, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

wget -c download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
unzip Viber.zip
cd Viber
./Viber.sh

Source: LinuxG