如何在 Ubuntu 中安装 Viber?

如何在 Ubuntu 中安装 Viber?

是否可以在 Ubuntu 上安装 Viber VoIP 客户端?这样我就可以通过我的 PC 通过 Viber 给别人打电话。

答案1

Viber 已发布适用于 Ubuntu/Linux 的官方客户端。要安装它,请使用CTRL++打开终端并输入:ALTT

wget https://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip

然后将其解压cd到该 viber 目录。然后执行以下操作:

unzip Viber.zip
cd Viber
~/Viber/Viber.sh

这将在您的 Ubuntu 中安装 Viber。

如何以 .DEB 方式安装// 目前仅提供 64 位版本

打开终端并输入:

wget -O viber.deb https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb  
sudo apt install ./viber.deb

就这样。您可以在 Ubuntu 中访问 Viber。

更新:我了解到有些用户正在

home/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: �: not found
/home/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: ELF: not found
/home/$USERNAME/Viber/Viber: 1: /home/$USERNAME/Viber/Viber: Syntax error: word unexpected (expecting ")")

这样就可以解决问题登录后,tty 中出现“♦:未找到命令”邮政。

答案2

从以下位置下载 deb 包viber.com

安装.deb软件包:

cd /viber_download_location/

sudo dpkg -i viber.deb

如果你运行的是 32 位系统,请使用

sudo dpkg --force-architecture -i viber.deb 

答案3

Ubuntu 18.04

打开终端

Ctrl+ Alt+T

在终端中输入 -


username:~$ sudo su
[sudo] password for user: 
root:/home/user/# add-apt-repository ppa:alexlarsson/flatpak
root:/home/user/# apt install flatpak
root:/home/user/# apt install gnome-software-plugin-flatpak
root:/home/user/# exit
username:~$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
username:~$ sudo reboot
[sudo] password for user:


您的系统现在将重新启动。

打开终端

Ctrl+ Alt+T

在终端中输入 -



username:~$ flatpak search viber
Application ID  Version Branch Remotes Description
com.viber.Viber       Stable flathub We connect people, no metter who they are or where they are from.
username:~$ flatpak install flathub com.viber.Viber
Required runtime for com.viber.Viber/x86_64/stable (runtime/org.freedesktop.Platform/x86_64/18.08) found in remote flathub
Do you want to install it? [y/n]: y
Installing in system:
//some code
//some code
//some code
Is this ok [y/n]: y
Installing: org.freedesktop.Platform/x86_64/18.08 from flathub
//some code
//some code
//some code
Installing: com.viber.Viber/x86_64/stable from flathub
//some code
//some code
//some code
username:~$



打开Viber来自 dash

相关内容