Friday, May 3, 2024
44
rated 0 times [  44] [ 0]  / answers: 1 / hits: 169316  / 2 Years ago, sun, february 6, 2022, 3:10:40

Is it possible to install Viber VoIP client on Ubuntu? So that I can call people through Viber from my PC.


More From » software-installation

 Answers
0

Viber has released its official client for Ubuntu/Linux. To install it, open your terminal with CTRL+ALT+T and type:



wget https://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 https://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/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: �: not found
/home/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: ELF: not found
/home/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: Syntax error: word unexpected (expecting ")")


so that Issue can be fixed by "♦: command not found" in tty after login post.


[#29624] Monday, February 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rowbris

Total Points: 419
Total Questions: 122
Total Answers: 101

Location: Norway
Member since Mon, May 23, 2022
2 Years ago
;