Linux 如何在 Ubuntu 中安装 viber?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18718626/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to install viber in Ubuntu?
提问by arifalam91
is it possible to install Viber VoIP client in Ubuntu ? So that I can call people from my Ubuntu system. I am using Ubuntu 12.04. I followed these many steps :
是否可以在 Ubuntu 中安装 Viber VoIP 客户端?这样我就可以从我的 Ubuntu 系统给人们打电话。我正在使用 Ubuntu 12.04。我遵循了以下许多步骤:
Downloaded :
下载:
wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
Then unzipped it :
然后解压:
unzip Viber.zip
cd Viber
~/Viber/Viber.sh
But still it is not working. Giving error like "word unexpected" & "invalid encoding". If someone has installed, please suggest me.
但它仍然无法正常工作。给出诸如“意外单词”和“无效编码”之类的错误。如果有人安装过,请推荐我。
Thank you.
谢谢你。
采纳答案by linux_fanatic
You have to use wine to get the Viber working with wizard on ubuntu.
您必须使用 wine 才能让 Viber 在 ubuntu 上与向导一起工作。
sudo apt-get install wine
wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe
wine ViberSetup.exe
You can see the steps with screenshots on: http://www.unixmen.com/install-viber-in-linux-using-wine/
您可以在以下位置查看带有屏幕截图的步骤:http: //www.unixmen.com/install-viber-in-linux-using-wine/
回答by Lenin
Well, you dont need to install viber through Wine anymore. Viber now released Debian binary: www.viber.com/products/linux/?
好吧,您不再需要通过 Wine 安装 viber。Viber 现在发布了 Debian 二进制文件:www.viber.com/products/linux/?
You must have 64bit version of Ubuntu, Debian, Mint or ZorinOS to be able to install this though.
你必须有 64 位版本的 Ubuntu、Debian、Mint 或 ZorinOS 才能安装它。
回答by Ravan
Installing Viber
on Ubuntu:(without wine)
Viber
在 Ubuntu 上安装:(没有wine)
For 64-bit Systems Only:
仅适用于 64 位系统:
Open terminal by pressing Ctrl+Alt+Tthen run the following commands,
按Ctrl+ Alt+打开终端,T然后运行以下命令,
wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
unzip Viber.zip
cd Viber
./Viber.sh
In .deb method
在 .deb 方法中
wget http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo apt-get install gdebi
sudo gdebi viber.deb
Or
或者
wget -O viber64-NoobsLab.com.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber64-NoobsLab.com.deb
Direct download of .deb
直接下载.deb
Download from Viber.com
从Viber.com下载
cd /viber_download_location/
cd /viber_download_location/
sudo dpkg -i viber.deb
sudo dpkg -i viber.deb
For 32-bit Systems:
对于 32 位系统:
You can use sudo dpkg --force-architecture -i viber.deb
command, but use of wine is advisable.
您可以使用sudo dpkg --force-architecture -i viber.deb
命令,但建议使用葡萄酒。