software installation - Error installing TeamViewer on Ubuntu 16.04 64-bit - Ask Ubuntu
i trying install teamviewer v11.0.67687 (deb 32-bit / 64-bit multiarch) got i386 dependency error message.
then installed packages manually
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install -f
but there package didn't download called libpng12-0, when try install with
sudo dpkg -i downloads/teamviewer_11.0.67687_i386.deb
it says
selecting unselected package teamviewer:i386. (reading database ... 219696 files , directories installed.) preparing 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 encountered while processing: teamviewer:i386
so tried downloading teamviewer wget not working.
wget http://download.teamviewer.com/download/teamviewer_i386.deb
also tried using apt-get instead of dpkg neither working
sudo apt-get install ./teamviewer_i386.deb
even tried install f*** library gdebi still not working
sudo gdebi teamviewer_i386.deb reading package lists... done building dependency tree reading state information... done reading state information... done package uninstallable dependency not satisfiable: libpng12-0
help :'(
Comments
Post a Comment