ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
c246809753
帖子: 3
注册时间: 2009-12-12 14:59

ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#1

帖子 c246809753 » 2009-12-12 15:17

今天试着在在自己刚装的ubuntu9.04上面装些软件,在装linuxqq_v1.0.2-betal_i386.deb时里面提示错误:错误的架构'i386',这是什么原因啊? 应该怎么解决啊?
还有,最关键的是我要安装myeclipse,在装myeclipse-7.0.0-linux-gtk-x86时,我双击myeclipse-70-installer没有任何反应,这是为什么呢,后来又在终端输入andy@ubuntu:~$ cd myeclipse-7.0.0-linux-gtk-x86/
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$ ls -l
总用量 348
drwxrwxrwx 5 andy andy 4096 2009-12-12 14:47 configuration
-rwxrwxrwx 1 andy andy 7748 2008-12-08 14:13 icon.xpm
-rwxrwxrwx 1 andy andy 266168 2008-12-05 05:02 libcairo-swt.so
-rwxrwxrwx 1 andy andy 10158 2008-12-05 05:02 LICENSE
-rwxrwxrwx 1 andy andy 52580 2008-12-05 05:02 myeclipse-70-installer
drwxrwxrwx 7 andy andy 4096 2009-12-12 14:39 plugins
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$ ./myeclipse-70-installer
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$
也没有什么反应这是怎么回事?该怎么解决?
我又试了一下同学的myeclipse-8.0.0-linux-gtk-x86,还是刚才的方法安装,提示错误:“The windowing libraries for your operation system and architecture are not available. Please confirm that you are using the installer that corresponds to your architecture.”这都是什么乱七八糟的错误阿?还请各路高人帮忙解决一下,让我把这些编程软件安装成功,多谢多谢
头像
nicegiving
帖子: 125
注册时间: 2008-07-03 19:25

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#2

帖子 nicegiving » 2009-12-12 16:05

c246809753 写了:今天试着在在自己刚装的ubuntu9.04上面装些软件,在装linuxqq_v1.0.2-betal_i386.deb时里面提示错误:错误的架构'i386',这是什么原因啊? 应该怎么解决啊?
还有,最关键的是我要安装myeclipse,在装myeclipse-7.0.0-linux-gtk-x86时,我双击myeclipse-70-installer没有任何反应,这是为什么呢,后来又在终端输入andy@ubuntu:~$ cd myeclipse-7.0.0-linux-gtk-x86/
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$ ls -l
总用量 348
drwxrwxrwx 5 andy andy 4096 2009-12-12 14:47 configuration
-rwxrwxrwx 1 andy andy 7748 2008-12-08 14:13 icon.xpm
-rwxrwxrwx 1 andy andy 266168 2008-12-05 05:02 libcairo-swt.so
-rwxrwxrwx 1 andy andy 10158 2008-12-05 05:02 LICENSE
-rwxrwxrwx 1 andy andy 52580 2008-12-05 05:02 myeclipse-70-installer
drwxrwxrwx 7 andy andy 4096 2009-12-12 14:39 plugins
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$ ./myeclipse-70-installer
andy@ubuntu:~/myeclipse-7.0.0-linux-gtk-x86$
也没有什么反应这是怎么回事?该怎么解决?
我又试了一下同学的myeclipse-8.0.0-linux-gtk-x86,还是刚才的方法安装,提示错误:“The windowing libraries for your operation system and architecture are not available. Please confirm that you are using the installer that corresponds to your architecture.”这都是什么乱七八糟的错误阿?还请各路高人帮忙解决一下,让我把这些编程软件安装成功,多谢多谢
LZ遇到的问题一般来说是不可能发生的,可能是你的机器的问题,我怀疑你的机器可能是64位的,而不是普遍的32位的,你的那个QQ的安装程序只能在32位的机器上面安装和运行,你运行下面的命令看看你的机器到底是什么架构的:

uname -a,如果你的输出不是类似于下面的输出:

Linux zcni-desktop 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux

即没有i686这样的字眼,而是出现了x86_64,则说明你的机器架构是64位的,如果真的是这样的话,别急,还是有办法可以解决的,你可以在你的64位的机器上面安装32位库:

(注:下面的内容参考自:viewtopic.php?f=85&t=231301&start=0,所有权利规原作者所有!)
sudo apt-get install ia32-libs*
sudo apt-get install getlibs #如果没有,到这个地址下http://frozenfox.freehostia.com/cappy/
安装完成后,就可以安装32位包了,但是!只能在命令行模式安装,而且要加上--force-architecture 参数,例如:
$ sudo dpkg -i --force-architecture linuxqq_v1.0.2-beta1_i386.deb
发帖回帖就是为了解决问题,决不灌水,这年头灌水的太多了!
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#4

帖子 tenzu » 2009-12-12 16:08

不光失望,甚至会绝望
头像
nicegiving
帖子: 125
注册时间: 2008-07-03 19:25

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#5

帖子 nicegiving » 2009-12-12 19:36

tenzu 写了:不光失望,甚至会绝望
不要那么苛刻了吧,我的QQ我只要求可以收发消息就够了,我觉得linux QQ已经完全可以满足我的需要了。
头像
caoczlq
帖子: 1234
注册时间: 2008-08-22 11:30
来自: ヨイツ
联系:

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#6

帖子 caoczlq » 2009-12-12 20:47

nicegiving 写了:
tenzu 写了:不光失望,甚至会绝望
不要那么苛刻了吧,我的QQ我只要求可以收发消息就够了,我觉得linux QQ已经完全可以满足我的需要了。
如果你真的有这么多要求的话,我感觉那个玩意真的会让你绝望的
神なんかじゃありんせん。足の大きさからわかるじゃろうけど、少し体が大きくて、そうじゃな、周りより賢い狼じゃ。わっちはホロ。賢狼ホロじゃ。
蘿莉蘿莉有多好,身嬌腰柔易推倒;主動討喜真靈巧,無毛乾淨氣味好;可愛幼齒推倒飽,後背騎乘難逃跑。
头像
cocolvrui8
帖子: 41
注册时间: 2009-01-16 0:35

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#7

帖子 cocolvrui8 » 2009-12-12 21:05

如果是910的就相信大家吧
一般少于40字节
c246809753
帖子: 3
注册时间: 2009-12-12 14:59

Re: ubuntu9.04 安装qq.deb时提示“错误的架构i386”,安装myeclipse无反应

#8

帖子 c246809753 » 2009-12-13 18:50

回复2楼:
您说的还真对,我的机器确实是64位的,您跟我说的那两个命令我也执行了,QQ的问题是解决了,但那个myeclipse安装还是没反应啊,这个是比较关键的,安装的时候就是什么反应都没有,这叫人不知所措呀!
回复