Wednesday, October 9, 2019

How to Install Viber on Ubuntu if we have .deb file of Viber setup

As we want to install viber.deb file downloaded from viber download site.To succesfully install it with dependencies to get install automatically , we should follow the following step.


1. dpkg -l /root/viber.deb

above command may give you error messages due to dependencies issues.To install dependenices and viber package we need to run following command.


2.  apt install -f   


above command will rectify the broken issues of above command and install the dependencies and also the viber package.


3. Now you can run viber and start writing messages on it.


Enjoy

No comments:

Post a Comment