Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 如何在Ubuntu中安装viber?_Linux_Ubuntu_Viber - Fatal编程技术网

Linux 如何在Ubuntu中安装viber?

Linux 如何在Ubuntu中安装viber?,linux,ubuntu,viber,Linux,Ubuntu,Viber,是否可以在Ubuntu中安装Viber VoIP客户端?这样我就可以从我的Ubuntu系统给人们打电话了。我正在使用Ubuntu 12.04。 我遵循了以下许多步骤: 下载: wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip 然后将其解压缩: unzip Viber.zip cd Viber ~/Viber/Viber.sh 但它仍然不起作用。给出“word意外”和“无效编码”等错误。如果有人安装了,请建议我 谢谢。

是否可以在Ubuntu中安装Viber VoIP客户端?这样我就可以从我的Ubuntu系统给人们打电话了。我正在使用Ubuntu 12.04。 我遵循了以下许多步骤:

下载:

wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
然后将其解压缩:

unzip Viber.zip
cd Viber
~/Viber/Viber.sh
但它仍然不起作用。给出“word意外”和“无效编码”等错误。如果有人安装了,请建议我


谢谢。

您必须使用wine让Viber在ubuntu上使用向导

sudo apt-get install wine
wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe
wine ViberSetup.exe

您可以在以下屏幕截图上看到步骤:

好吧,您不再需要通过Wine安装viber。 Viber现在发布了Debian二进制文件:www.Viber.com/products/linux/‎


您必须拥有64位版本的Ubuntu、Debian、Mint或ZorinOS才能安装此软件。

在Ubuntu上安装
Viber
(不带wine

仅适用于64位系统

按Ctrl+Alt+T打开端子,然后运行以下命令

wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip  
unzip Viber.zip   
cd Viber   
./Viber.sh   
In.deb方法

wget http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb  
sudo apt-get install gdebi
sudo gdebi viber.deb

直接下载.deb

下载自

cd/viber\u下载位置/

sudo dpkg-i viber.deb

对于32位系统


您可以使用
sudo dpkg--force architecture-i viber.deb
命令,但建议使用葡萄酒。

您不需要这样做。Viber已经有了linux版本。
wget -O viber64-NoobsLab.com.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb  
sudo dpkg -i viber64-NoobsLab.com.deb