无法安装 Teamviewer 12 或 Excaqvision DEB 文件

无法安装 Teamviewer 12 或 Excaqvision DEB 文件

我可以在 Ubuntu 14.04 中安装和使用 TeamViewer 12 DEB 和 exacqvision for Linux,但无法在 Ubuntu 17.04 中安装。

有什么建议么?

答案1

安装:

wget https://downloadeu8.teamviewer.com/download/version_12x/teamviewer_12.0.76279_i386.deb
sudo dpkg -i teamviewer_12.0.76279_i386.deb

可能出现错误:

Errors were encountered while processing:
 teamviewer:i386

信息:

sudo dpkg -l | grep team
iU  teamviewer:i386

使固定:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt -f install

信息:

dpkg -l | grep team
ii  teamviewer:i386

相关内容