You are currently viewing How to install Viber in ubuntu-Linux

How to install Viber in ubuntu-Linux

Let’s see how to install Viber in Ubuntu using the terminal. 

  1. First of all, download the deb file from the Viber Link
  2. Open the location of the Viber you just downloaded. Right-click and open a terminal in that location.
  3. Run the command below.
sudo apt install ./viber.deb

Make sure you enter the right deb file name.

 

If you’re using Debian and get an error saying you are “not in the sudoers file“, run the following commands.

su - 
apt install sudo

Now you can install it again from the command above.

Leave a Reply