2017-03-16 88 views
0

所以我试图安装Teamviewer的旧版本,并不要求我每次都接受我的主机。因此,与版本会之前,11但有一点问题试图安装时:Teamviewer和依赖关系

$ sudo dpkg -i teamviewer_11.0.67687_amd64.deb 
Selecting previously unselected package teamviewer. 
(Reading database ... 222321 files and directories currently installed.) 
Preparing to unpack teamviewer_11.0.67687_amd64.deb ... 
Unpacking teamviewer (11.0.67687) ... 
dpkg: dependency problems prevent configuration of teamviewer: 
teamviewer depends on lib32asound2; however: 
Package lib32asound2 is not installed. 
teamviewer depends on ia32-libs; however: 
Package ia32-libs is not installed. 

dpkg: error processing package teamviewer (--install): 
dependency problems - leaving unconfigured 
Errors were encountered while processing: 
teamviewer 
$ 

所以当再尝试安装依赖自己:

$ sudo apt-get install lib32asound2 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
Package lib32asound2 is not available, but is referred to by another package. 
This may mean that the package is missing, has been obsoleted, or is only available from another source 
E: Package 'lib32asound2' has no installation candidate 
$ 

我GOOGLE了一点,被告知做一个$ apt-get -f安装,我没有帮助。所以跆拳道了?即使安装的TeamViewer新版本无法正常工作或:

$ sudo apt-get install teamviewer 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
teamviewer is already the newest version (11.0.67687). 
You might want to run 'apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
teamviewer : Depends: lib32asound2 but it is not installable 
Depends: ia32-libs but it is not installable 
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 
$ 

^不过我只是这样做...... -.-

回答

0
xxxx depends on xxxx; however: 
Package xxxx is not installed. 

这通常意味着依赖是不再可用。如果你的谷歌ia32-libslib32asound2你可以找到讨论说他们被删除。

回到您的问题,您可以将远程计算机设置为无人参与访问,以便您不必每次都手动接受连接。