我有 Ubuntu:
Ubuntu 12.04.1 LTS
这是输出cat /proc/cpuinfo
:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 47
model name : AMD Athlon(tm) 64 Processor 3400+
stepping : 2
cpu MHz : 1000.000
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up extd_apicid pni lahf_lm
bogomips : 2000.17
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc
这是输出dpkg --version
:
Debian `dpkg' package management program version 1.16.1.2 (i386).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
尽管 dpkg 是针对 i386 编译的,但我的处理器好像是 Amd64。但是当我安装 Java 时:
sudo dpkg -i sun-java6-bin_6-06-0ubuntu1_amd64.deb
我有这个错误:
dpkg: error processing sun-java6-bin_6-06-0ubuntu1_amd64.deb (--install):
package architecture (amd64) does not match system (i386)
Errors were encountered while processing:
sun-java6-bin_6-06-0ubuntu1_amd64.deb
有任何想法吗?
答案1
恐怕您正在尝试在 32 位操作系统上安装 64 位 deb,这是不可能的。
下载合适的 32 位 deb 文件然后尝试安装它。还请注意,链接的 deb 文件是为 Hardy (8.04) 打包的,由于该软件包已经过时,并且 Oracle 不再为 Sun Java 提供任何未来安全更新,因此它很可能会给您带来安全威胁。