PDA

View Full Version : [ubuntu] recurent installation errors



Zeroshin
June 4th, 2009, 11:42 PM
everytime i try to install a .deb and stuff, it never works!

it always shows an error message in the package installer like these :
Error: Dependency is not satisfiable: krusader (= 2.0.0-ubuntu810-0intrepid0)
or
Error: Wrong architecture 'i386'
or
Error: some other thing that includes the python architecture...

i run ubuntu 9.04, i just downloaded it from the ubuntu website yesterday and im a complete n00b on linux

please someone help!

merlinus
June 4th, 2009, 11:48 PM
If you are running 64-bit, that would cause Error: Wrong architecture 'i386'

Look for a 64-bit version of the software package.

Also, you might try updating your apt-get sources.

Zeroshin
June 5th, 2009, 12:11 AM
and what if there's not 64 bits version of that thing?
like, flash player... there's no 64 bits version for that :S

merlinus
June 5th, 2009, 12:36 AM
There is a long thread in the 64-bit forum about flash.

oldos2er
June 5th, 2009, 01:07 AM
and what if there's not 64 bits version of that thing?
like, flash player... there's no 64 bits version for that :S

Yes there is: http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz

buzzmandt
June 5th, 2009, 01:15 AM
I thought 386 would install on a 64 bit machine?

Zeroshin
June 5th, 2009, 01:16 AM
the "Error: Dependency is not satisfiable: krusader (= 2.0.0-ubuntu810-0intrepid0)" is an error i get from a 64 bits application...
when i try any other installers, i get only the i386 error.

Partyboi2
June 5th, 2009, 01:47 AM
the "Error: Dependency is not satisfiable: krusader (= 2.0.0-ubuntu810-0intrepid0)" is an error i get from a 64 bits application...
when i try any other installers, i get only the i386 error.
Install the missing dependency which is krusader

sudo apt-get install krusader

Zeroshin
June 5th, 2009, 02:15 AM
<=- iz n00b.

thanks, that did the trick for this one.

and like what buzzmant said, isn't 32bits stuff supposed to be working on 64 bits?

plus, how do you update your apt-get source?

merlinus
June 5th, 2009, 02:25 AM
sudo apt-get update
FWIW, I have found with a few apps that I could not run the 32-bit versions. Examples include skype, opera, and rawtherapee.

Zeroshin
June 5th, 2009, 04:33 AM
i found a thread treating of skype installation on 64bit :

http://ubuntuforums.org/showthread.php?t=432295

and thanks again! :D