I can't install teamviewer. dpkg is complaining about an unresolved dependency:
# dpkg -i teamviewer_11.0.67687_i386.deb
Selecting previously unselected package teamviewer:i386.
(Reading database ... 169209 files and directories currently installed.)
Preparing to unpack teamviewer_11.0.67687_i386.deb ...
Unpacking teamviewer:i386 (11.0.67687) ...
dpkg: dependency problems prevent configuration of teamviewer:i386:
teamviewer:i386 depends on libpng12-0.
dpkg: error processing package teamviewer:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
teamviewer:i386
apt-cache search libpng12
doesn't return any match
Could anybody help me to solve this issue?
Thanks in advance
Thanks for the answer. It has solved the problem.
– rssh22 Oct 19 '16 at 05:57sudo apt-get -f -y install
. – zx485 Nov 25 '16 at 00:06