我有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 的任何未來安全更新,因此很可能會讓您面臨安全威脅。