2015. február 17., kedd

Hogyan tegyük fel a Viber -t Ubuntu 12.04 -re, Linux Mint -re stb 32 és 64 bitre?

How to install Viber on 32 bit Ubuntu, Linux Mint, Deepin, Pinguy OS and Other Ubuntu derivative systems, via Wine:

Because there is no Viber package for 32 bit systems, we can only install the Windows version of Viber, via Wine.
Install Wine:
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.7 winetricks

Download the Viber installer for Windows and install it, on Wine:
$ wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe
$ wine ViberSetup.exe

To remove Viber, type wine uninstaller in your terminal and uninstall the Vibe from the GUI.

How to install Viber on 64 bit Ubuntu, Linux Mint, Deepin, Pinguy OS and Other Ubuntu derivative systems, via Wine:

Viber is available for 64 bit (amd64) systems as a deb package, so installing it is easy. All you have to do is download the deb package from the official site:
$ wget download.cdn.viber.com/cdn/desktop/Linux/viber.deb
And install it via command-line. I prefer gdebi over dpkg due to the fact that it also handles dependencies:
$ sudo apt-get install gdebi
$ sudo gdebi viber.deb

Optional, to remove viber, do:


$ sudo apt-get remove viber