How to install Viber in Ubuntu

image

FTP Server Configuration for Ubuntu 16.04

FTP, short for File Transfer Protocol, is a network protocol that was once widely used for moving files between a client and server.

Read More

image

How to Set Up Two-Factor Authentication in Ubuntu

Two-factor authentication is a great answer to the many problems with traditional passwords.

Read More

image

How to Setup Apache Virtual Hosts on Ubuntu 16.04

Apache virtual host helps to run multiple websites on the same server. There are two types of virtual host configuration that apache supports

Read More

Ping BD Template

Clients Feedback

  • We are very much happy to seeing my website. He developed website our requirement. We wishes good luck for ping BD

    image

    Shahnewaz Art

    Indipendent Designer

How to install Viber in Ubuntu


askubuntu.com/questions/340924/how-to-install-viber-in-ubuntu
Is it possible to install Viber VoIP client on Ubuntu? So that I can call people through Viber
from my PC.
software-installation viber
asked Sep 3 '13 at 16:04
Ten-Coin
52.3k78204294
2 Answers 2
up vote 32 down vote accepted
Viber has released its official client for Ubuntu/Linux. To install it, open your terminal with
CTRL + ALT + T and type:
wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
Then unzip it and cd to that viber directory. Then do as:
unzip Viber.zip
cd Viber
~/Viber/Viber.sh
That will install Viber in your Ubuntu.
How to install in .DEB way // Currently only 64-bit available
Open your terminal and type:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
That's it. You can access Viber in your Ubuntu.
Update : I came to know that some of the users are getting
home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: �: not found
/home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: ELF: not found
/home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: Syntax error: word unexpected
(expecting ")")
so that Issue can be fixed by "♦: command not found" in tty after login post.
1/2answered Sep 3 '13 at 16:06
Ten-Coin
52.3k78204294
up vote 6 down vote
Download deb package from viber.com
Install the .deb package:
cd /viber_download_location/
sudo dpkg -i viber.deb
If you are running 32bit system use
sudo dpkg --force-architecture -i viber.deb
protected by Community♦ Oct 6 '13 at 4:17
Thank you for your interest in this question. Because it has attracted low-quality or spam
answers that had to be removed, posting an answer now requires 10 reputation on this site
(the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Not the answer you're looking for? Browse other questions
tagged software-installation viber or ask your own question.