Tuesday, April 30, 2024
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 70553  / 2 Years ago, thu, january 20, 2022, 12:47:34

I recently got Ubuntu installed on my server, I wanted to install TeamViewer so i could easy manage the virtual machines, However, I get errors when installing it from App store?, And I also get errors, but more detailed on the terminal.



Error output:



tek@tek-G53SW:~/Download$ sudo dpkg -i ipts teamviewer_linux_x64.deb
dpkg: error processing ipts (--install):
cannot access archive: No such file or directory
(Reading database ... 142115 files and directories currently installed.)
Preparing to replace teamviewer7 7.0.9360 (using teamviewer_linux_x64.deb) ...
Unpacking replacement teamviewer7 ...
dpkg: dependency problems prevent configuration of teamviewer7:
teamviewer7 depends on libc6-i386 (>= 2.7); however:
Package libc6-i386 is not installed.
teamviewer7 depends on lib32asound2; however:
Package lib32asound2 is not installed.
teamviewer7 depends on lib32z1; however:
Package lib32z1 is not installed.
teamviewer7 depends on ia32-libs; however:
Package ia32-libs is not installed.
dpkg: error processing teamviewer7 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ipts
teamviewer7


I tried to install it manually, but with no luck, I heard some others has this problems.
I am running Ubuntu 12.04 x64.





Error @ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs :



tek@tek-G53SW:~/Download$ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
tek@tek-G53SW:~/Download$




More errors



tek@tek-G53SW:~/Download$ sudo apt-get -f install
[sudo] password for tek:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
teamviewer7
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 81.9 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 142441 files and directories currently installed.)
Removing teamviewer7 ...
tek@tek-G53SW:~/Download$ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
lib32z1 is already the newest version.
libc6-i386 is already the newest version.
lib32asound2 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:
ia32-libs : Depends: ia32-libs-multiarch
E: Unable to correct problems, you have held broken packages.
tek@tek-G53SW:~/Download$ sudo apt-get install ia32-libs-multiarch
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
ia32-libs-multiarch:i386 : Depends: gstreamer0.10-plugins-good:i386 but it is not going to be installed
Depends: gtk2-engines:i386 but it is not going to be installed
Depends: gtk2-engines-murrine:i386 but it is not going to be installed
Depends: gtk2-engines-pixbuf:i386 but it is not going to be installed
Depends: gtk2-engines-oxygen:i386 but it is not going to be installed
Depends: ibus-gtk:i386 but it is not going to be installed
Depends: libcanberra-gtk-module:i386 but it is not going to be installed
Depends: libcups2:i386 but it is not going to be installed
Depends: libcupsimage2:i386 but it is not going to be installed
Depends: libfontconfig1:i386 but it is not going to be installed
Depends: libgail-common:i386 but it is not going to be installed
Depends: libgphoto2-2:i386 but it is not going to be installed
Depends: libgtk2.0-0:i386 but it is not going to be installed
Depends: libnss3:i386 but it is not going to be installed
Depends: libqt4-opengl:i386 but it is not going to be installed
Depends: libqt4-qt3support:i386 but it is not going to be installed
Depends: libqt4-scripttools:i386 but it is not going to be installed
Depends: libqt4-svg:i386 but it is not going to be installed
Depends: libqtgui4:i386 but it is not going to be installed
Depends: libqtwebkit4:i386 but it is not going to be installed
Depends: librsvg2-common:i386 but it is not going to be installed
Depends: libsane:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
tek@tek-G53SW:~/Download$

More From » dependencies

 Answers
4

From the line saying "replacing" it looks as if TeamViewer is already installed.



If it isn't, run (in a terminal):



sudo apt-get -f install


and then



sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs


and try installing the .deb with



sudo dpkg -i teamviewer_linux_x64.deb





If nothing works, and only if nothing works, you can force installation, but you will most probably BREAK APT:



sudo dpkg --force-depends -i teamviewer_linux_x64.deb


Note that this is far from ideal.


[#34910] Saturday, January 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herfor

Total Points: 490
Total Questions: 101
Total Answers: 110

Location: Guadeloupe
Member since Mon, Jan 24, 2022
2 Years ago
;