LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   question about viber (https://www.linuxquestions.org/questions/linux-newbie-8/question-about-viber-4175510546/)

contozo 07-09-2014 02:51 AM

question about viber
 
Hi all ,
anyone knows how to install viber on slackware 14.1. I downloaded viber.deb file , but no instruction about to install it.

evo2 07-09-2014 03:29 AM

Hi,

deb files are just ar archives. So, you can extract it with:
Code:

ar x viber.deb
Among other things inside you'll find data.tar.gz which contains the actual program files. Eg
Code:

tar xf data.tar.gz
Then you can copy the files to /opt or /usr/local (or where ever as you like).

Evo2.

contozo 07-09-2014 03:36 AM

Thank you , it's ok now :)


All times are GMT -5. The time now is 12:33 AM.