0

I downloaded a Viber deb package from the official website (August 2018). But after trying to install it I get

./viber.deb: line 1: syntax error near unexpected token `newline'
./viber.deb: line 1: `!<arch>'

Tested on Ubuntu 14.04 and 18.04.

1 Answers1

0

Silly mistake. I tried to install the deb package simply with

./viber.deb

but the correct way is

sudo dpkg -i viber.deb

And it worked.