我需要在ubuntu系统上安装teamviewer的版本11。我已经尝试过此问题的解决方案,http://askubuntu.com/questions/764228/teamviewer-11-wont-run-on-ubuntu-16-04-64-bit
但是问题是,当我从teamviewer的任何下载链接下载teamviewer时,它始终提供版本12,我真的需要版本11,因为队友的系统上具有版本11。我怎样才能做到这一点?
安装版本的步骤11
:
sudo dpkg -i teamviewer_11.0.xxxxx_i386.deb
sudo apt-get install -f
笔记:
Notes on Multiarch:
On newer 64-bit DEB-systems with Multiarch-support (Debian 7)
teamviewer_linux_x64.deb cannot be installed because the
package ia32-libs is not available anymore on these systems.
In this case you can use teamviewer_11.0.xxxxx_i386.deb instead.
对于多体系结构系统:
如果出现错误错误的体系结构i386,则必须以管理员身份执行以下命令行:
dpkg --add-architecture i386
apt-get update
资源:
之前的版本:
本文收集自互联网,转载请注明来源。
如有侵权,请联系[email protected] 删除。
我来说两句