Teamviewer和依赖项

时间:2017-03-16 15:26:33

标签: ubuntu teamviewer

所以我试图安装一个旧版本的Teamviewer,并不是每次都要求我在我的主机上接受。因此,在使用之前的版本中,11。但在尝试安装时遇到一些问题:

$ 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安装,我做了,没有任何帮助。所以wtf起来了吗?即使安装新版本的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).
$

^但我只是这样做了...... -.-

1 个答案:

答案 0 :(得分:0)

ia32-libs

这通常意味着依赖性不再可用。如果您使用Google lib32asound2export interface IMyInterface { name: string; data: { size: number; color?: string; [any: string]?: any; // Error on this line!!! }; }; ,您可以找到有关将其删除的讨论。

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