I am using Ubuntu 16.04 LTS 64 bit. I tried to install teamviewer with deb file.
$sudo dpkg -i teamviewer_12.0.76279_i386.deb
Selecting previously unselected package teamviewer:i386.
(Reading database ... 175695 files and directories currently installed.)
Preparing to unpack teamviewer_12.0.76279_i386.deb ...
Unpacking teamviewer:i386 (12.0.76279) ...
dpkg: dependency problems prevent configuration of teamviewer:i386:
teamviewer:i386 depends on libdbus-1-3.
teamviewer:i386 depends on libexpat1.
teamviewer:i386 depends on libfontconfig1.
teamviewer:i386 depends on libsm6.
dpkg: error processing package teamviewer:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160701-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Errors were encountered while processing:
teamviewer:i386
Then I checked and confirmed 64 bit versions of these packets installed.
$dpkg-query -s libexpat1:amd64
Status: install ok installed
$dpkg-query -s libsm6:amd64
Status: install ok installed
$dpkg-query -s libdbus-1-3:amd64
Status: install ok installed
$dpkg-query -s libfontconfig1:amd64
Status: install ok installed
I also checked if multi-arch support installed
$dpkg -l | grep multiarch
ii multiarch-support 2.23-0ubuntu3 amd64
I also tried
sudo apt-get -f install
but it didn't change anything.
sudo apt update; sudo gdebi -o Debug::pkgProblemResolver=yes teamviewer_12.0.76279_i386.deb
. [edit] the question and add that debug log. – user.dz Apr 23 '17 at 10:00