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
$
는 좀 봤와 들었다 $ apt-get -f install을하기 위해서, 나는 도움이되었다. 그래서 위업은 끝났어? 심지어 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).
$
^하지만 이런 짓을 단지... 이것은 일반적으로 의미 -.-