trouble to install 3rd party software in ubuntu 16.10. I recently download the Teamviewer .deb file and try to install through package installer ... it denied to install ... I don't know why ... and second thing is that while update the software it suggest to off the 3rd party software .
Asked
Active
Viewed 146 times
-6
-
2My crystal ball tells me the package you tried to install had unmet dependencies, but it would be better if you provided the error messages you got. – fkraiem Jan 04 '17 at 14:20
-
Make sure you get the multiarch deb file, and not the 64-bit. – You'reAGitForNotUsingGit Jan 04 '17 at 14:43
1 Answers
1
Well known TeamViewer dependency issues.
Go with:
sudo apt-get -f install
sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
Then try to install .deb file
sudo dpkg -i team[Press TAB-KEY].deb
If this doesn't work for you, paste the output.

fugitive
- 1,246