I have download teamviewer.deb and click on it . It opened in Ubuntu Software center. And it shows the error
cant install libc6:i386
so i found this below command and i tried it on terminal.
sudo apt-get install libc6-amd64 libc6
but it shows some error.
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libc6-amd64:i386 : Depends: libc6:i386 (= 2.19-0ubuntu6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
any helps to solve and install teamviewer on my ubuntu 14.04 lts
Note : I have already read this articles. But no helps.
libc6:i386 : Depends: libgcc1:i386 but it is not going to be installed (on 14.04.2 64-bit)
still i am getting this error
varadha@varadha-X551CAP:~$ sudo dpkg --add-architecture i386
varadha@varadha-X551CAP:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
efibootmgr libtimezonemap1 secureboot-db
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
sudo dpkg --add-architecture i386
now the packages can be installed ? – Mark Kirby Dec 07 '15 at 09:59sudo apt-get -f install
if you keep gettingyou have held broken packages
– Mark Kirby Dec 07 '15 at 10:38sudo apt-get autoremove
or don't does not matter. Now you cansudo apt-get install libc6:i386
then install teamviewer again, – Mark Kirby Dec 07 '15 at 11:03