teamviewer安装问题
Tofloor
poster avatar
fadeblue
deepin
2014-09-16 21:59
Author
下载Teamviewer9安装时,提示错误依赖关系不满足lib32asound2。如何安装lib32asound2这个包,或者怎么忽略这个依赖关系,强制安装Teamviewer9?

请大侠支招
Reply Favorite View the author
All Replies
Spectre
deepin
2014-09-17 01:58
#1
Make sure that you download the 32-Bit / 64-Bit Multiarch version...
http://www.teamviewer.com/en/download/linux.aspx

DeepinScreenshot.png
Reply View the author
136******54
deepin
2014-09-17 02:20
#2
你是64位吧?不要装64位的,用32位的安装包,执行如下命令:
  1. sudo dpkg --add-architecture i386
  2. sudo apt-get update
  3. sudo apt-get install gdebi
  4. sudo gdebi teamviewer_linux.deb
Copy the Code
在这个页面有此问题的详细回答
http://askubuntu.com/questions/3 ... -a-dependency-error
Reply View the author
fadeblue
deepin
2014-09-17 19:15
#3
谢谢。32位的安装的确没有问题。
Reply View the author