how can i fix (dependency problems)

Asked by Taylor

first off just let me say im new to linux and i dont really know how to use the system
i use windows alot and am runing the ubuntu 12.10 from the windows install so i can dualboot

but when ever i try to install ANYTHING on my ubuntu like:
google earth
team viewer
skype
ect...

i get something like this: this is trying to install teamviewer:
this is code from terminal:

owner@ubuntu:~$ wget http://www.teamviewer.com/download/version_8x/teamviewer_linux_x64.deb
--2013-02-15 16:21:46-- http://www.teamviewer.com/download/version_8x/teamviewer_linux_x64.deb
Resolving www.teamviewer.com (www.teamviewer.com)... 46.163.100.220
Connecting to www.teamviewer.com (www.teamviewer.com)|46.163.100.220|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18248854 (17M) [application/x-deb]
Saving to: `teamviewer_linux_x64.deb.1'

100%[======================================>] 18,248,854 784K/s in 40s

2013-02-15 16:22:26 (445 KB/s) - `teamviewer_linux_x64.deb.1' saved [18248854/18248854]

owner@ubuntu:~$ sudo dpkg -i teamviewer* && sudo apt-get install -f
[sudo] password for owner:
dpkg: error processing teamviewer_linux.deb (--install):
 package architecture (i386) does not match system (amd64)
(Reading database ... 177229 files and directories currently installed.)
Preparing to replace teamviewer 8.0.17147 (using teamviewer_linux_x64.deb) ...
Unpacking replacement teamviewer ...
Preparing to replace teamviewer 8.0.17147 (using teamviewer_linux_x64.deb.1) ...
Unpacking replacement teamviewer ...
More than one copy of package teamviewer has been unpacked
 in this run ! Only configuring it once.
dpkg: dependency problems prevent configuration of teamviewer:
 teamviewer depends on ia32-libs; however:
  Package ia32-libs is not installed.

dpkg: error processing teamviewer (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 teamviewer_linux.deb
 teamviewer

i think this is the key info in that code- key things:

Download Command:
wget http://www.teamviewer.com/download/version_8x/teamviewer_linux_x64.deb

Install Command:
sudo dpkg -i teamviewer* && sudo apt-get install -f

The error:
dpkg: error processing teamviewer (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 teamviewer_linux.deb
 teamviewer

it doesnt matter what i try to install nothing will work!!!
how can i fix this, i really need to be able to run programs...
please help me !!!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jason (zzs) said :
#2

I think you should follow the instruction here, http://www.teamviewer.com/en/help/363-How-do-I-install-TeamViewer-on-my-Linux-distribution.aspx#multiarch

use this one http://www.teamviewer.com/download/teamviewer_linux.deb,
and run if you get error,
    dpkg --add-architecture i386
    apt-get update

Revision history for this message
Taylor (twml-2012) said :
#3

still gives me errors and i tried everything you said
and it still wont install

Revision history for this message
Jason (zzs) said :
#4

Can you try
sudo dpkg --remove teamviewer*
sudo dpkg --purge teamviewer*
rm teamviewer_linux_x64.deb

wget http://www.teamviewer.com/download/teamviewer_linux.deb
dpkg -i teamviewer_linux

Revision history for this message
Taylor (twml-2012) said :
#5

still doesnt work i get all this after all the cmmands:

owner@ubuntu:~$ sudo dpkg --remove teamviewer*
[sudo] password for owner:
dpkg: error: you must specify packages by their own names, not by quoting the names of the files they come in

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
owner@ubuntu:~$ sudo dpkg --purge teamviewer*
dpkg: error: you must specify packages by their own names, not by quoting the names of the files they come in

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
owner@ubuntu:~$ rm teamviewer_linux_x64.deb
rm: cannot remove `teamviewer_linux_x64.deb': No such file or directory
owner@ubuntu:~$ wget http://www.teamviewer.com/download/teamviewer_linux.deb
--2013-02-15 18:54:13-- http://www.teamviewer.com/download/teamviewer_linux.deb
Resolving www.teamviewer.com (www.teamviewer.com)... 46.163.100.220
Connecting to www.teamviewer.com (www.teamviewer.com)|46.163.100.220|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18248582 (17M) [application/x-deb]
Saving to: `teamviewer_linux.deb.1'

100%[======================================>] 18,248,582 1.43M/s in 11s

2013-02-15 18:54:25 (1.57 MB/s) - `teamviewer_linux.deb.1' saved [18248582/18248582]

owner@ubuntu:~$ dpkg -i teamviewer_linux
dpkg: error: requested operation requires superuser privilege
owner@ubuntu:~$

Revision history for this message
Jason (zzs) said :
#6

Sorry, some typo,

Please run,
sudo dpkg --remove teamviewer
sudo dpkg --purge teamviewer
sudo dpkg -i teamviewer_linux

post the log if there are some errors as previous, please.

Revision history for this message
Taylor (twml-2012) said :
#7

here is the log

owner@ubuntu:~$ sudo dpkg --remove teamviewer
[sudo] password for owner:
(Reading database ... 186592 files and directories currently installed.)
Removing teamviewer ...
owner@ubuntu:~$ sudo dpkg --purge teamviewer
(Reading database ... 186367 files and directories currently installed.)
Removing teamviewer ...
Purging configuration files for teamviewer ...
owner@ubuntu:~$ sudo dpkg -i teamviewer_linux
Selecting previously unselected package teamviewer.
(Reading database ... 186368 files and directories currently installed.)
Unpacking teamviewer (from teamviewer_linux) ...
dpkg: dependency problems prevent configuration of teamviewer:
 teamviewer depends on ia32-libs; however:
  Package ia32-libs is not installed.

dpkg: error processing teamviewer (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 teamviewer
owner@ubuntu:~$

it did error:
as i said befor its not just teamviewer erroring its any package i try to install
is there anything wrong with my system maybe?
like maybe i need to download something to be able to install packages?

im new to linux i just downloaded it 2 or so days ago
and im using the ubuntu 12.10 installed from windows 7
http://www.ubuntu.com/download/desktop/windows-installer

teamviewer / any package is still erroring

Revision history for this message
Jason (zzs) said :
#8

I see, the teamviewer has problem of ia32-lib as mentioned at there website,
"Notes to Multiarch:
On newer 64-bit DEB-systems with Multiarch-support (Debian 7) teamviewer_linux_x64.deb cannot be installed because the package ia32-libs is not available anymore on these systems. In this case you can use teamviewer_linux.deb instead.
In case you get the error “wrong architecture i386” you have to execute the following command lines:

    dpkg --add-architecture i386
    apt-get update
"
but if installation everything is wrong, you may need reinstall the ubuntu, using 32bit, not 64bit because of teamviewer
You also can try using virtualbox to running ubuntu, please checking
http://www.youtube.com/watch?v=3UnnEtAfc5M
http://www.youtube.com/watch?v=SuUP4qye2WE
or similar video.

Revision history for this message
Taylor (twml-2012) said :
#9

i already tired installing ubuntu 6 times and i installed it in 32 and 64
i also already tried the virtualbox it always did the same thing

this issue doesnt want ot go away!

i think im just gona use it just for games :)
i cant get this to work at all

games and the ftp manager thats all this crap seems to be good for

Revision history for this message
Jeet (gour-jitendrasingh) said :
#10

wget http://www.teamviewer.com/download/teamviewer_linux_x64.deb (For 64 bit )

wget http://www.teamviewer.com/download/teamviewer_linux.deb (for 32 Bit)

try Graphical installer ::

double click on downloaded package and select open with Ubuntu software center ..

Hope it should work

Revision history for this message
Taylor (twml-2012) said :
#11

the 32bit when opened with the software center gives me error "wrong architecture i386"

the 64bit when opened with the software center, i click install
then it asks for my password and begins installing then it fails, i get this:
http://i48.tinypic.com/bhfyg.png

Revision history for this message
Taylor (twml-2012) said :
#12

hello?
any more ideas its still not working...

Revision history for this message
Jeet (gour-jitendrasingh) said :
#13

Open terminal and copy paste this in terminal

sudo apt-get install wine ; rm -R /tmp/teaminstall/ ; mkdir /tmp/teaminstall/ && cd /tmp/teaminstall/ && p=$(uname -p) && if [ $p = "x86_64" ] ; then wget -c http://www.teamviewer.com/download/teamviewer_linux_x64.deb ; else wget -c http://www.teamviewer.com/download/teamviewer_linux.deb ; fi ; chmod +x /tmp/teaminstall/teamviewer_linux* && sudo /tmp/teaminstall/teamviewer_linux*

Thanks
~Jeet

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

We need some more information about your system.
Please open a terminal (ctrl-alt-t) and issue the following commands

uname -a
lsb_release -a
dpkg --print-architecture
sudo apt-get install ia32-libs

Then select all output and copy/paste into this question document as done before.

Revision history for this message
Taylor (twml-2012) said :
#15

@ Jet - I entered the codes you sugested and i got this:

owner@ubuntu:~$ sudo apt-get install wine ; rm -R /tmp/teaminstall/ ; mkdir /tmp/teaminstall/ && cd /tmp/teaminstall/ && p=$(uname -p) && if [ $p = "x86_64" ] ;
> wget -c http://www.teamviewer.com/download/teamviewer_linux_x64.deb ; else wget -c http://www.teamviewer.com/download/teamviewer_linux.deb ; fi ; chmod +x /tmp/teaminstall/teamviewer_linux* && sudo /tmp/teaminstall/teamviewer_linux*
bash: syntax error near unexpected token `else'
owner@ubuntu:~$

@ Manfred Hampl - this is what i got from the codes you gave me:

owner@ubuntu:~$ uname -a
Linux ubuntu 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 01:50:30 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
owner@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
owner@ubuntu:~$ dpkg --print-architecture
amd64
owner@ubuntu:~$ sudo apt-get install ia32-libs
[sudo] password for owner:
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 : Depends: ia32-libs-multiarch but it is not installable
E: Unable to correct problems, you have held broken packages.
owner@ubuntu:~$

Revision history for this message
Jeet (gour-jitendrasingh) said :
#16

ok remove else part we dnt need it you confirmed you have 64 bit

sudo apt-get install wine ; rm -R /tmp/teaminstall/ ; mkdir /tmp/teaminstall/ && cd /tmp/teaminstall/ && p=$(uname -p) && if [ $p = "x86_64" ] ; then wget -c http://www.teamviewer.com/download/teamviewer_linux_x64.deb ; fi ; chmod +x /tmp/teaminstall/teamviewer_linux* && sudo dpkg -1 /tmp/teaminstall/teamviewer_linux*

Thanks
~Jeet

Revision history for this message
Jeet (gour-jitendrasingh) said :
#17

above comment have typo i corrected that .. please use this one :: sorry

sudo apt-get install wine ; rm -R /tmp/teaminstall/ ; mkdir /tmp/teaminstall/ && cd /tmp/teaminstall/ && wget -c http://www.teamviewer.com/download/teamviewer_linux_x64.deb ; chmod +x /tmp/teaminstall/teamviewer_linux* && sudo dpkg -i /tmp/teaminstall/teamviewer_linux*

Thanks
~Jeet

Revision history for this message
Manfred Hampl (m-hampl) said :
#18

You might be hit by a known bug with respect to multiarch support ( bug 1016294 ). To check if that is the case please open a terminal and issue this command

dpkg --print-foreign-architectures

If this does not produce any output, please issue the commands

sudo dpkg --add-architecture i386
dpkg --print-foreign-architectures
sudo apt-get update

and then copy/paste all output as done before.

Revision history for this message
Taylor (twml-2012) said :
#19

@ Jeet - i get this when i enter the code you suggested:

owner@ubuntu:~$ sudo apt-get install wine ; rm -R /tmp/teaminstall/ ; mkdir /tmp/teaminstall/ && cd /tmp/teaminstall/ && wget -c http://www.teamviewer.com/download/teamviewer_linux_x64.deb ; chmod +x /tmp/teaminstall/teamviewer_linux* && sudo dpkg -i /tmp/teaminstall/teamviewer_linux*
[sudo] password for owner:
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:
 wine : Depends: wine1.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
rm: cannot remove `/tmp/teaminstall/': No such file or directory
--2013-02-19 10:47:53-- http://www.teamviewer.com/download/teamviewer_linux_x64.deb
Resolving www.teamviewer.com (www.teamviewer.com)... 46.163.100.220
Connecting to www.teamviewer.com (www.teamviewer.com)|46.163.100.220|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18248854 (17M) [application/x-deb]
Saving to: `teamviewer_linux_x64.deb'

100%[======================================>] 18,248,854 848K/s in 21s

2013-02-19 10:48:15 (845 KB/s) - `teamviewer_linux_x64.deb' saved [18248854/18248854]

Selecting previously unselected package teamviewer.
(Reading database ... 186969 files and directories currently installed.)
Unpacking teamviewer (from .../teamviewer_linux_x64.deb) ...
dpkg: dependency problems prevent configuration of teamviewer:
 teamviewer depends on ia32-libs; however:
  Package ia32-libs is not installed.

dpkg: error processing teamviewer (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 teamviewer
owner@ubuntu:/tmp/teaminstall$

@ Manfred i get this when i enter the code you suggested:

owner@ubuntu:~$ dpkg --print-foreign-architectures
owner@ubuntu:~$ sudo dpkg --add-architecture i386
[sudo] password for owner:
Sorry, try again.
[sudo] password for owner:
owner@ubuntu:~$ sudo dpkg --add-architecture i386
owner@ubuntu:~$ dpkg --print-foreign-architectures
i386
owner@ubuntu:~$ sudo apt-get update
Ign http://security.ubuntu.com quantal-security InRelease
Get:1 http://security.ubuntu.com quantal-security Release.gpg [933 B]
Get:2 http://security.ubuntu.com quantal-security Release [49.6 kB]
Ign http://ppa.launchpad.net quantal InRelease
Ign http://archive.ubuntu.com quantal InRelease
Get:3 http://security.ubuntu.com quantal-security/main Sources [31.7 kB]
Ign http://archive.ubuntu.com quantal-updates InRelease
Get:4 http://ppa.launchpad.net quantal Release.gpg [316 B]
Get:5 http://security.ubuntu.com quantal-security/restricted Sources [14 B]
Get:6 http://security.ubuntu.com quantal-security/universe Sources [15.4 kB]
Hit http://archive.ubuntu.com quantal Release.gpg
Get:7 http://ppa.launchpad.net quantal Release [11.9 kB]
Get:8 http://security.ubuntu.com quantal-security/multiverse Sources [701 B]
Get:9 http://security.ubuntu.com quantal-security/main amd64 Packages [85.9 kB]
Get:10 http://archive.ubuntu.com quantal-updates Release.gpg [933 B]
Get:11 http://security.ubuntu.com quantal-security/restricted amd64 Packages [14 B]
Get:12 http://security.ubuntu.com quantal-security/universe amd64 Packages [41.6 kB]
Hit http://archive.ubuntu.com quantal Release
Get:13 http://security.ubuntu.com quantal-security/multiverse amd64 Packages [1,146 B]
Get:14 http://ppa.launchpad.net quantal/main Sources [3,018 B]
Get:15 http://security.ubuntu.com quantal-security/main i386 Packages [85.7 kB]
Get:16 http://archive.ubuntu.com quantal-updates Release [49.6 kB]
Get:17 http://security.ubuntu.com quantal-security/restricted i386 Packages [14 B]
Get:18 http://ppa.launchpad.net quantal/main amd64 Packages [3,998 B]
Get:19 http://security.ubuntu.com quantal-security/universe i386 Packages [42.2 kB]
Get:20 http://security.ubuntu.com quantal-security/multiverse i386 Packages [1,400 B]
Get:21 http://ppa.launchpad.net quantal/main i386 Packages [3,973 B]
Get:22 http://security.ubuntu.com quantal-security/main Translation-en [45.4 kB]
Hit http://archive.ubuntu.com quantal/main Sources
Hit http://security.ubuntu.com quantal-security/multiverse Translation-en
Hit http://security.ubuntu.com quantal-security/restricted Translation-en
Hit http://archive.ubuntu.com quantal/restricted Sources
Get:23 http://security.ubuntu.com quantal-security/universe Translation-en [25.3 kB]
Hit http://archive.ubuntu.com quantal/universe Sources
Hit http://archive.ubuntu.com quantal/multiverse Sources
Hit http://archive.ubuntu.com quantal/main amd64 Packages
Hit http://archive.ubuntu.com quantal/restricted amd64 Packages
Hit http://archive.ubuntu.com quantal/universe amd64 Packages
Hit http://archive.ubuntu.com quantal/multiverse amd64 Packages
Ign http://security.ubuntu.com quantal-security/main Translation-en_US
Ign http://security.ubuntu.com quantal-security/multiverse Translation-en_US
Ign http://security.ubuntu.com quantal-security/restricted Translation-en_US
Get:24 http://archive.ubuntu.com quantal/main i386 Packages [1,136 kB]
Ign http://security.ubuntu.com quantal-security/universe Translation-en_US
Ign http://ppa.launchpad.net quantal/main Translation-en_US
Ign http://ppa.launchpad.net quantal/main Translation-en
Get:25 http://archive.ubuntu.com quantal/restricted i386 Packages [8,387 B]
Get:26 http://archive.ubuntu.com quantal/universe i386 Packages [5,285 kB]
Get:27 http://archive.ubuntu.com quantal/multiverse i386 Packages [133 kB]
Hit http://archive.ubuntu.com quantal/main Translation-en
Hit http://archive.ubuntu.com quantal/multiverse Translation-en
Hit http://archive.ubuntu.com quantal/restricted Translation-en
Hit http://archive.ubuntu.com quantal/universe Translation-en
Get:28 http://archive.ubuntu.com quantal-updates/main Sources [78.4 kB]
Get:29 http://archive.ubuntu.com quantal-updates/restricted Sources [1,302 B]
Get:30 http://archive.ubuntu.com quantal-updates/universe Sources [79.1 kB]
Get:31 http://archive.ubuntu.com quantal-updates/multiverse Sources [2,941 B]
Get:32 http://archive.ubuntu.com quantal-updates/main amd64 Packages [203 kB]
Get:33 http://archive.ubuntu.com quantal-updates/restricted amd64 Packages [3,048 B]
Get:34 http://archive.ubuntu.com quantal-updates/universe amd64 Packages [168 kB]
Get:35 http://archive.ubuntu.com quantal-updates/multiverse amd64 Packages [7,948 B]
Get:36 http://archive.ubuntu.com quantal-updates/main i386 Packages [202 kB]
Get:37 http://archive.ubuntu.com quantal-updates/restricted i386 Packages [3,067 B]
Get:38 http://archive.ubuntu.com quantal-updates/universe i386 Packages [169 kB]
Get:39 http://archive.ubuntu.com quantal-updates/multiverse i386 Packages [8,098 B]
Get:40 http://archive.ubuntu.com quantal-updates/main Translation-en [96.1 kB]
Hit http://archive.ubuntu.com quantal-updates/multiverse Translation-en
Hit http://archive.ubuntu.com quantal-updates/restricted Translation-en
Get:41 http://archive.ubuntu.com quantal-updates/universe Translation-en [89.5 kB]
Ign http://archive.ubuntu.com quantal/main Translation-en_US
Ign http://archive.ubuntu.com quantal/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal/universe Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/main Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/universe Translation-en_US
Fetched 8,173 kB in 24s (330 kB/s)
Reading package lists... Done
owner@ubuntu:~$

Revision history for this message
Taylor (twml-2012) said :
#20

@ Manfred after i do what you suggested in #18 i get this also:
the link goes to a screenshot of what i get because its a screenshot...
http://postimage.org/image/3z7534gp3/

Revision history for this message
Taylor (twml-2012) said :
#21

i just fixed the error i posted in the screenshot here is my log of the fix for the error:

owner@ubuntu:~$ sudo apt-get install -f
[sudo] password for owner:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  teamviewer
0 upgraded, 0 newly installed, 1 to remove and 2 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 ... 187190 files and directories currently installed.)
Removing teamviewer ...
owner@ubuntu:~$

NOTE: this doesnt fix my error of installing packages i still can not do that
i still need help

Revision history for this message
Jeet (gour-jitendrasingh) said :
#22

Can you try installing wine first then Teamviewer

Install both things using graphical installer.. ie. Ubuntu software center
On Feb 19, 2013 8:31 PM, "Taylor" <email address hidden>
wrote:

> Question #221990 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/221990
>
> Taylor gave more information on the question:
> i just fixed the error i posted in the screenshot here is my log of the
> fix for the error:
>
> owner@ubuntu:~$ sudo apt-get install -f
> [sudo] password for owner:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Correcting dependencies... Done
> The following packages will be REMOVED:
> teamviewer
> 0 upgraded, 0 newly installed, 1 to remove and 2 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 ... 187190 files and directories currently installed.)
> Removing teamviewer ...
> owner@ubuntu:~$
>
>
> NOTE: this doesnt fix my error of installing packages i still can not do
> that
> i still need help
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Taylor (twml-2012) said :
#23

what do you mean by wine?
i cant find anything in the software center called just wine...
what is the exact name of the thing i should install?

Revision history for this message
Jason (zzs) said :
#24

in #11, you said 'got the 32bit when opened with the software center gives me error "wrong architecture i386"'
in this case, you should run
sudo dpkg --add-architecture i386
sudo apt-get update
and re-run
sudo dpkg -i teamviewer_linux

install wine on ubuntu.
http://www.winehq.org/download/ubuntu

Revision history for this message
Taylor (twml-2012) said :
#25

@ jason this is that i get when trying what you suggested:

trying to install wine: http://i49.tinypic.com/k70gl.png

when trying the 3 sudo commands i get this:

owner@ubuntu:~$ sudo dpkg --add-architecture i386
owner@ubuntu:~$ sudo apt-get update
Ign http://ppa.launchpad.net quantal InRelease
Ign http://archive.ubuntu.com quantal InRelease
Ign http://security.ubuntu.com quantal-security InRelease
Hit http://ppa.launchpad.net quantal Release.gpg
Ign http://archive.ubuntu.com quantal-updates InRelease
Get:1 http://security.ubuntu.com quantal-security Release.gpg [933 B]
Hit http://ppa.launchpad.net quantal Release
Get:2 http://security.ubuntu.com quantal-security Release [49.6 kB]
Hit http://archive.ubuntu.com quantal Release.gpg
Hit http://ppa.launchpad.net quantal/main Sources
Get:3 http://archive.ubuntu.com quantal-updates Release.gpg [933 B]
Hit http://ppa.launchpad.net quantal/main amd64 Packages
Hit http://archive.ubuntu.com quantal Release
Hit http://ppa.launchpad.net quantal/main i386 Packages
Get:4 http://archive.ubuntu.com quantal-updates Release [49.6 kB]
Get:5 http://security.ubuntu.com quantal-security/main Sources [31.7 kB]
Get:6 http://security.ubuntu.com quantal-security/restricted Sources [14 B]
Get:7 http://security.ubuntu.com quantal-security/universe Sources [15.4 kB]
Hit http://archive.ubuntu.com quantal/main Sources
Get:8 http://security.ubuntu.com quantal-security/multiverse Sources [701 B]
Hit http://archive.ubuntu.com quantal/restricted Sources
Get:9 http://security.ubuntu.com quantal-security/main amd64 Packages [85.9 kB]
Hit http://archive.ubuntu.com quantal/universe Sources
Hit http://archive.ubuntu.com quantal/multiverse Sources
Ign http://ppa.launchpad.net quantal/main Translation-en_US
Hit http://archive.ubuntu.com quantal/main amd64 Packages
Ign http://ppa.launchpad.net quantal/main Translation-en
Hit http://archive.ubuntu.com quantal/restricted amd64 Packages
Hit http://archive.ubuntu.com quantal/universe amd64 Packages
Get:10 http://security.ubuntu.com quantal-security/restricted amd64 Packages [14 B]
Hit http://archive.ubuntu.com quantal/multiverse amd64 Packages
Get:11 http://security.ubuntu.com quantal-security/universe amd64 Packages [41.6 kB]
Hit http://archive.ubuntu.com quantal/main i386 Packages
Hit http://archive.ubuntu.com quantal/restricted i386 Packages
Hit http://archive.ubuntu.com quantal/universe i386 Packages
Get:12 http://security.ubuntu.com quantal-security/multiverse amd64 Packages [1,146 B]
Hit http://archive.ubuntu.com quantal/multiverse i386 Packages
Get:13 http://security.ubuntu.com quantal-security/main i386 Packages [85.7 kB]
Hit http://archive.ubuntu.com quantal/main Translation-en
Hit http://archive.ubuntu.com quantal/multiverse Translation-en
Get:14 http://security.ubuntu.com quantal-security/restricted i386 Packages [14 B]
Get:15 http://security.ubuntu.com quantal-security/universe i386 Packages [42.2 kB]
Hit http://archive.ubuntu.com quantal/restricted Translation-en
Hit http://archive.ubuntu.com quantal/universe Translation-en
Get:16 http://security.ubuntu.com quantal-security/multiverse i386 Packages [1,400 B]
Get:17 http://archive.ubuntu.com quantal-updates/main Sources [78.4 kB]
Hit http://security.ubuntu.com quantal-security/main Translation-en
Hit http://security.ubuntu.com quantal-security/multiverse Translation-en
Get:18 http://archive.ubuntu.com quantal-updates/restricted Sources [1,302 B]
Get:19 http://archive.ubuntu.com quantal-updates/universe Sources [79.1 kB]
Hit http://security.ubuntu.com quantal-security/restricted Translation-en
Hit http://security.ubuntu.com quantal-security/universe Translation-en
Get:20 http://archive.ubuntu.com quantal-updates/multiverse Sources [2,941 B]
Get:21 http://archive.ubuntu.com quantal-updates/main amd64 Packages [203 kB]
Get:22 http://archive.ubuntu.com quantal-updates/restricted amd64 Packages [3,048 B]
Get:23 http://archive.ubuntu.com quantal-updates/universe amd64 Packages [168 kB]
Ign http://security.ubuntu.com quantal-security/main Translation-en_US
Get:24 http://archive.ubuntu.com quantal-updates/multiverse amd64 Packages [7,948 B]
Ign http://security.ubuntu.com quantal-security/multiverse Translation-en_US
Ign http://security.ubuntu.com quantal-security/restricted Translation-en_US
Ign http://security.ubuntu.com quantal-security/universe Translation-en_US
Get:25 http://archive.ubuntu.com quantal-updates/main i386 Packages [202 kB]
Get:26 http://archive.ubuntu.com quantal-updates/restricted i386 Packages [3,067 B]
Get:27 http://archive.ubuntu.com quantal-updates/universe i386 Packages [169 kB]
Get:28 http://archive.ubuntu.com quantal-updates/multiverse i386 Packages [8,098 B]
Hit http://archive.ubuntu.com quantal-updates/main Translation-en
Hit http://archive.ubuntu.com quantal-updates/multiverse Translation-en
Hit http://archive.ubuntu.com quantal-updates/restricted Translation-en
Hit http://archive.ubuntu.com quantal-updates/universe Translation-en
Ign http://archive.ubuntu.com quantal/main Translation-en_US
Ign http://archive.ubuntu.com quantal/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal/universe Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/main Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/universe Translation-en_US
Fetched 1,332 kB in 16s (78.6 kB/s)
Reading package lists... Done
owner@ubuntu:~$ sudo dpkg -i teamviewer_linux
dpkg: error processing teamviewer_linux (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 teamviewer_linux

Revision history for this message
Jeet (gour-jitendrasingh) said :
#26

This is because your downloaded teamviewr not in current directory.. please
give path where you have downloaded teamviewer
 On Feb 20, 2013 9:11 AM, "Taylor" <email address hidden>
wrote:

> Question #221990 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/221990
>
> Status: Answered => Open
>
> Taylor is still having a problem:
> @ jason this is that i get when trying what you suggested:
>
> trying to install wine: http://i49.tinypic.com/k70gl.png
>
> when trying the 3 sudo commands i get this:
>
> owner@ubuntu:~$ sudo dpkg --add-architecture i386
> owner@ubuntu:~$ sudo apt-get update
> Ign http://ppa.launchpad.net quantal InRelease
> Ign http://archive.ubuntu.com quantal InRelease
> Ign http://security.ubuntu.com quantal-security InRelease
> Hit http://ppa.launchpad.net quantal Release.gpg
> Ign http://archive.ubuntu.com quantal-updates InRelease
> Get:1 http://security.ubuntu.com quantal-security Release.gpg [933 B]
> Hit http://ppa.launchpad.net quantal Release
> Get:2 http://security.ubuntu.com quantal-security Release [49.6 kB]
> Hit http://archive.ubuntu.com quantal Release.gpg
> Hit http://ppa.launchpad.net quantal/main Sources
> Get:3 http://archive.ubuntu.com quantal-updates Release.gpg [933 B]
> Hit http://ppa.launchpad.net quantal/main amd64 Packages
> Hit http://archive.ubuntu.com quantal Release
> Hit http://ppa.launchpad.net quantal/main i386 Packages
> Get:4 http://archive.ubuntu.com quantal-updates Release [49.6 kB]
> Get:5 http://security.ubuntu.com quantal-security/main Sources [31.7 kB]
> Get:6 http://security.ubuntu.com quantal-security/restricted Sources [14
> B]
> Get:7 http://security.ubuntu.com quantal-security/universe Sources [15.4
> kB]
> Hit http://archive.ubuntu.com quantal/main Sources
> Get:8 http://security.ubuntu.com quantal-security/multiverse Sources [701
> B]
> Hit http://archive.ubuntu.com quantal/restricted Sources
> Get:9 http://security.ubuntu.com quantal-security/main amd64 Packages
> [85.9 kB]
> Hit http://archive.ubuntu.com quantal/universe Sources
> Hit http://archive.ubuntu.com quantal/multiverse Sources
> Ign http://ppa.launchpad.net quantal/main Translation-en_US
> Hit http://archive.ubuntu.com quantal/main amd64 Packages
> Ign http://ppa.launchpad.net quantal/main Translation-en
> Hit http://archive.ubuntu.com quantal/restricted amd64 Packages
> Hit http://archive.ubuntu.com quantal/universe amd64 Packages
> Get:10 http://security.ubuntu.com quantal-security/restricted amd64
> Packages [14 B]
> Hit http://archive.ubuntu.com quantal/multiverse amd64 Packages
> Get:11 http://security.ubuntu.com quantal-security/universe amd64
> Packages [41.6 kB]
> Hit http://archive.ubuntu.com quantal/main i386 Packages
> Hit http://archive.ubuntu.com quantal/restricted i386 Packages
> Hit http://archive.ubuntu.com quantal/universe i386 Packages
> Get:12 http://security.ubuntu.com quantal-security/multiverse amd64
> Packages [1,146 B]
> Hit http://archive.ubuntu.com quantal/multiverse i386 Packages
> Get:13 http://security.ubuntu.com quantal-security/main i386 Packages
> [85.7 kB]
> Hit http://archive.ubuntu.com quantal/main Translation-en
> Hit http://archive.ubuntu.com quantal/multiverse Translation-en
> Get:14 http://security.ubuntu.com quantal-security/restricted i386
> Packages [14 B]
> Get:15 http://security.ubuntu.com quantal-security/universe i386 Packages
> [42.2 kB]
> Hit http://archive.ubuntu.com quantal/restricted Translation-en
> Hit http://archive.ubuntu.com quantal/universe Translation-en
> Get:16 http://security.ubuntu.com quantal-security/multiverse i386
> Packages [1,400 B]
> Get:17 http://archive.ubuntu.com quantal-updates/main Sources [78.4 kB]
> Hit http://security.ubuntu.com quantal-security/main Translation-en
> Hit http://security.ubuntu.com quantal-security/multiverse Translation-en
> Get:18 http://archive.ubuntu.com quantal-updates/restricted Sources
> [1,302 B]
> Get:19 http://archive.ubuntu.com quantal-updates/universe Sources [79.1
> kB]
> Hit http://security.ubuntu.com quantal-security/restricted Translation-en
> Hit http://security.ubuntu.com quantal-security/universe Translation-en
> Get:20 http://archive.ubuntu.com quantal-updates/multiverse Sources
> [2,941 B]
> Get:21 http://archive.ubuntu.com quantal-updates/main amd64 Packages [203
> kB]
> Get:22 http://archive.ubuntu.com quantal-updates/restricted amd64
> Packages [3,048 B]
> Get:23 http://archive.ubuntu.com quantal-updates/universe amd64 Packages
> [168 kB]
> Ign http://security.ubuntu.com quantal-security/main Translation-en_US
> Get:24 http://archive.ubuntu.com quantal-updates/multiverse amd64
> Packages [7,948 B]
> Ign http://security.ubuntu.com quantal-security/multiverse
> Translation-en_US
> Ign http://security.ubuntu.com quantal-security/restricted
> Translation-en_US
> Ign http://security.ubuntu.com quantal-security/universe Translation-en_US
> Get:25 http://archive.ubuntu.com quantal-updates/main i386 Packages [202
> kB]
> Get:26 http://archive.ubuntu.com quantal-updates/restricted i386 Packages
> [3,067 B]
> Get:27 http://archive.ubuntu.com quantal-updates/universe i386 Packages
> [169 kB]
> Get:28 http://archive.ubuntu.com quantal-updates/multiverse i386 Packages
> [8,098 B]
> Hit http://archive.ubuntu.com quantal-updates/main Translation-en
> Hit http://archive.ubuntu.com quantal-updates/multiverse Translation-en
> Hit http://archive.ubuntu.com quantal-updates/restricted Translation-en
> Hit http://archive.ubuntu.com quantal-updates/universe Translation-en
> Ign http://archive.ubuntu.com quantal/main Translation-en_US
> Ign http://archive.ubuntu.com quantal/multiverse Translation-en_US
> Ign http://archive.ubuntu.com quantal/restricted Translation-en_US
> Ign http://archive.ubuntu.com quantal/universe Translation-en_US
> Ign http://archive.ubuntu.com quantal-updates/main Translation-en_US
> Ign http://archive.ubuntu.com quantal-updates/multiverse Translation-en_US
> Ign http://archive.ubuntu.com quantal-updates/restricted Translation-en_US
> Ign http://archive.ubuntu.com quantal-updates/universe Translation-en_US
> Fetched 1,332 kB in 16s (78.6 kB/s)
> Reading package lists... Done
> owner@ubuntu:~$ sudo dpkg -i teamviewer_linux
> dpkg: error processing teamviewer_linux (--install):
> cannot access archive: No such file or directory
> Errors were encountered while processing:
> teamviewer_linux
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Taylor (twml-2012) said :
#27

i have neither currently because went it fails to install the system removes the unconfigured files
the teamviewer goes in this location: /home/(teamviewer file)

Revision history for this message
Manfred Hampl (m-hampl) said :
#28

It seems that finally the prerequisites are correctly set (it is an amd64 system, and i386 is set as foreign architecture for dpkg).

Now please try the following commands:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ia32-libs-multiarch

and copy/paste all output as done before.

Revision history for this message
Taylor (twml-2012) said :
#29

i entered these commands and this is what i got:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ia32-libs-multiarch

owner@ubuntu:~$ sudo apt-get update
[sudo] password for owner:
Ign http://ppa.launchpad.net quantal InRelease
Ign http://archive.ubuntu.com quantal InRelease
Ign http://security.ubuntu.com quantal-security InRelease
Hit http://ppa.launchpad.net quantal Release.gpg
Ign http://archive.ubuntu.com quantal-updates InRelease
Get:1 http://security.ubuntu.com quantal-security Release.gpg [933 B]
Hit http://ppa.launchpad.net quantal Release
Get:2 http://security.ubuntu.com quantal-security Release [49.6 kB]
Hit http://archive.ubuntu.com quantal Release.gpg
Hit http://ppa.launchpad.net quantal/main Sources
Hit http://ppa.launchpad.net quantal/main amd64 Packages
Get:3 http://archive.ubuntu.com quantal-updates Release.gpg [933 B]
Hit http://ppa.launchpad.net quantal/main i386 Packages
Hit http://archive.ubuntu.com quantal Release
Get:4 http://security.ubuntu.com quantal-security/main Sources [31.7 kB]
Get:5 http://archive.ubuntu.com quantal-updates Release [49.6 kB]
Hit http://archive.ubuntu.com quantal/main Sources
Get:6 http://security.ubuntu.com quantal-security/restricted Sources [14 B]
Get:7 http://security.ubuntu.com quantal-security/universe Sources [15.4 kB]
Hit http://archive.ubuntu.com quantal/restricted Sources
Hit http://archive.ubuntu.com quantal/universe Sources
Get:8 http://security.ubuntu.com quantal-security/multiverse Sources [701 B]
Hit http://archive.ubuntu.com quantal/multiverse Sources
Get:9 http://security.ubuntu.com quantal-security/main amd64 Packages [86.0 kB]
Ign http://ppa.launchpad.net quantal/main Translation-en_US
Hit http://archive.ubuntu.com quantal/main amd64 Packages
Ign http://ppa.launchpad.net quantal/main Translation-en
Hit http://archive.ubuntu.com quantal/restricted amd64 Packages
Hit http://archive.ubuntu.com quantal/universe amd64 Packages
Hit http://archive.ubuntu.com quantal/multiverse amd64 Packages
Get:10 http://security.ubuntu.com quantal-security/restricted amd64 Packages [14 B]
Hit http://archive.ubuntu.com quantal/main i386 Packages
Get:11 http://security.ubuntu.com quantal-security/universe amd64 Packages [41.6 kB]
Hit http://archive.ubuntu.com quantal/restricted i386 Packages
Hit http://archive.ubuntu.com quantal/universe i386 Packages
Get:12 http://security.ubuntu.com quantal-security/multiverse amd64 Packages [1,146 B]
Get:13 http://security.ubuntu.com quantal-security/main i386 Packages [85.5 kB]
Hit http://archive.ubuntu.com quantal/multiverse i386 Packages
Hit http://archive.ubuntu.com quantal/main Translation-en
Hit http://archive.ubuntu.com quantal/multiverse Translation-en
Get:14 http://security.ubuntu.com quantal-security/restricted i386 Packages [14 B]
Get:15 http://security.ubuntu.com quantal-security/universe i386 Packages [42.2 kB]
Hit http://archive.ubuntu.com quantal/restricted Translation-en
Hit http://archive.ubuntu.com quantal/universe Translation-en
Get:16 http://archive.ubuntu.com quantal-updates/main Sources [78.4 kB]
Get:17 http://security.ubuntu.com quantal-security/multiverse i386 Packages [1,400 B]
Hit http://security.ubuntu.com quantal-security/main Translation-en
Hit http://security.ubuntu.com quantal-security/multiverse Translation-en
Get:18 http://archive.ubuntu.com quantal-updates/restricted Sources [1,302 B]
Get:19 http://archive.ubuntu.com quantal-updates/universe Sources [79.1 kB]
Hit http://security.ubuntu.com quantal-security/restricted Translation-en
Hit http://security.ubuntu.com quantal-security/universe Translation-en
Get:20 http://archive.ubuntu.com quantal-updates/multiverse Sources [2,941 B]
Get:21 http://archive.ubuntu.com quantal-updates/main amd64 Packages [203 kB]
Get:22 http://archive.ubuntu.com quantal-updates/restricted amd64 Packages [3,048 B]
Get:23 http://archive.ubuntu.com quantal-updates/universe amd64 Packages [168 kB]
Ign http://security.ubuntu.com quantal-security/main Translation-en_US
Ign http://security.ubuntu.com quantal-security/multiverse Translation-en_US
Ign http://security.ubuntu.com quantal-security/restricted Translation-en_US
Ign http://security.ubuntu.com quantal-security/universe Translation-en_US
Get:24 http://archive.ubuntu.com quantal-updates/multiverse amd64 Packages [7,948 B]
Get:25 http://archive.ubuntu.com quantal-updates/main i386 Packages [202 kB]
Get:26 http://archive.ubuntu.com quantal-updates/restricted i386 Packages [3,067 B]
Get:27 http://archive.ubuntu.com quantal-updates/universe i386 Packages [169 kB]
Get:28 http://archive.ubuntu.com quantal-updates/multiverse i386 Packages [8,098 B]
Hit http://archive.ubuntu.com quantal-updates/main Translation-en
Hit http://archive.ubuntu.com quantal-updates/multiverse Translation-en
Hit http://archive.ubuntu.com quantal-updates/restricted Translation-en
Hit http://archive.ubuntu.com quantal-updates/universe Translation-en
Ign http://archive.ubuntu.com quantal/main Translation-en_US
Ign http://archive.ubuntu.com quantal/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal/universe Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/main Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com quantal-updates/universe Translation-en_US
Fetched 1,332 kB in 25s (53.0 kB/s)
Reading package lists... Done
owner@ubuntu:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  firefox firefox-globalmenu firefox-gnome-support
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.1 MB of archives.
After this operation, 161 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.ubuntu.com/ubuntu/ quantal-security/main firefox-globalmenu amd64 19.0+build1-0ubuntu0.12.10.1 [50.0 kB]
Get:2 http://security.ubuntu.com/ubuntu/ quantal-security/main firefox amd64 19.0+build1-0ubuntu0.12.10.1 [24.0 MB]
Get:3 http://security.ubuntu.com/ubuntu/ quantal-security/main firefox-gnome-support amd64 19.0+build1-0ubuntu0.12.10.1 [9,254 B]
Fetched 24.1 MB in 16s (1,461 kB/s)
(Reading database ... 188251 files and directories currently installed.)
Preparing to replace firefox-globalmenu 18.0.2+build1-0ubuntu0.12.10.1 (using .../firefox-globalmenu_19.0+build1-0ubuntu0.12.10.1_amd64.deb) ...
Unpacking replacement firefox-globalmenu ...
Preparing to replace firefox 18.0.2+build1-0ubuntu0.12.10.1 (using .../firefox_19.0+build1-0ubuntu0.12.10.1_amd64.deb) ...
Unpacking replacement firefox ...
Preparing to replace firefox-gnome-support 18.0.2+build1-0ubuntu0.12.10.1 (using .../firefox-gnome-support_19.0+build1-0ubuntu0.12.10.1_amd64.deb) ...
Unpacking replacement firefox-gnome-support ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up firefox (19.0+build1-0ubuntu0.12.10.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-globalmenu (19.0+build1-0ubuntu0.12.10.1) ...
Setting up firefox-gnome-support (19.0+build1-0ubuntu0.12.10.1) ...
owner@ubuntu:~$ 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: bluez-alsa:i386 but it is not going to be installed
                            Depends: libgettextpo0:i386 but it is not going to be installed
                            Depends: gstreamer0.10-plugins-base:i386 but it is not going to be installed
                            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: gvfs:i386 but it is not going to be installed
                            Depends: ibus-gtk:i386 but it is not going to be installed
                            Depends: libacl1:i386 but it is not going to be installed
                            Depends: libao4:i386 but it is not going to be installed
                            Depends: libasound2:i386 but it is not going to be installed
                            Depends: libasound2-plugins:i386 but it is not going to be installed
                            Depends: libasyncns0:i386 but it is not going to be installed
                            Depends: libattr1:i386 but it is not going to be installed
                            Depends: libaudio2:i386 but it is not going to be installed
                            Depends: libcanberra-gtk-module:i386 but it is not going to be installed
                            Depends: libcap2:i386 but it is not going to be installed
                            Depends: libcapi20-3: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: libcurl3:i386 but it is not going to be installed
                            Depends: libdbus-glib-1-2:i386 but it is not going to be installed
                            Depends: libesd0:i386 but it is not going to be installed
                            Depends: libfontconfig1:i386 but it is not going to be installed
                            Depends: libfreetype6:i386 but it is not going to be installed
                            Depends: libgail-common:i386 but it is not going to be installed
                            Depends: libgconf-2-4:i386 but it is not going to be installed
                            Depends: libgdbm3:i386 but it is not going to be installed
                            Depends: libglapi-mesa:i386 but it is not going to be installed
                            Depends: libglu1-mesa:i386 but it is not going to be installed
                            Depends: libgphoto2-2:i386 but it is not going to be installed
                            Depends: libgphoto2-port0:i386 but it is not going to be installed
                            Depends: libgtk2.0-0:i386 but it is not going to be installed
                            Depends: libmpg123-0:i386 but it is not going to be installed
                            Depends: libncursesw5:i386 but it is not going to be installed
                            Depends: libnspr4:i386 but it is not going to be installed
                            Depends: libnss3:i386 but it is not going to be installed
                            Depends: libodbc1:i386 but it is not going to be installed
                            Depends: libopenal1:i386 but it is not going to be installed
                            Depends: libpulse-mainloop-glib0:i386 but it is not going to be installed
                            Depends: libqt4-dbus:i386 but it is not going to be installed
                            Depends: libqt4-network: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-script:i386 but it is not going to be installed
                            Depends: libqt4-scripttools:i386 but it is not going to be installed
                            Depends: libqt4-sql:i386 but it is not going to be installed
                            Depends: libqt4-svg:i386 but it is not going to be installed
                            Depends: libqt4-test:i386 but it is not going to be installed
                            Depends: libqt4-xml:i386 but it is not going to be installed
                            Depends: libqt4-xmlpatterns:i386 but it is not going to be installed
                            Depends: libqtcore4: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
                            Depends: libsdl-mixer1.2:i386 but it is not going to be installed
                            Depends: libsdl-image1.2:i386 but it is not going to be installed
                            Depends: libsdl-net1.2:i386 but it is not going to be installed
                            Depends: libsdl-ttf2.0-0:i386 but it is not going to be installed
                            Depends: libsdl1.2debian:i386 but it is not going to be installed
                            Depends: libsqlite3-0:i386 but it is not going to be installed
                            Depends: libssl0.9.8:i386 but it is not going to be installed
                            Depends: libssl1.0.0:i386 but it is not going to be installed
                            Depends: libstdc++5:i386 but it is not going to be installed
                            Depends: libstdc++6:i386 but it is not going to be installed
                            Depends: libxaw7:i386 but it is not going to be installed
                            Depends: libxml2:i386 but it is not going to be installed
                            Depends: libxp6:i386 but it is not going to be installed
                            Depends: libxslt1.1:i386 but it is not going to be installed
                            Depends: libxss1:i386 but it is not going to be installed
                            Depends: libxtst6:i386 but it is not going to be installed
                            Depends: odbcinst1debian2:i386 but it is not going to be installed
                            Depends: libpulsedsp:i386 but it is not going to be installed
                            Depends: xaw3dg:i386 but it is not going to be installed
                            Recommends: libgl1-mesa-glx:i386 but it is not going to be installed
                            Recommends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
owner@ubuntu:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#30

As far as I know there have been reports with problems similar to yours that were caused by something that caused libc6 not to be installable in the right versions.

Try to take the first dependency that fails (in your case bluez-alsa:i386) and try

sudo apt-get install bluez-alsa:i386 --no-install-recommends

If that comes back with a message similar to your previous one, something like

The following packages have unmet dependencies:
 bluez-alsa:i386 : Depends: libc6:i386 but it is not going to be installed
                            Depends: ...

Then take the next failing dependency (the package that cannot be installed, in this case it would be libc6:i386) and try the "sudo apt-get ..." command with that new package, until you get a different error message.

Then copy/paste all output as done before.

Revision history for this message
Jason (zzs) said :
#31

In #25, you mentioned when you run
sudo dpkg -i teamviewer_linux
you got
pkg: error processing teamviewer_linux (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
 teamviewer_linux

at this point, please redownload the teamviewer_linux.deb again by
wget http://www.teamviewer.com/download/teamviewer_linux.deb

then run
sudo dpkg -i teamviewer_linux.

Can you help with this problem?

Provide an answer of your own, or ask Taylor for more information if necessary.

To post a message you must log in.