Tôi có Ubuntu:
Ubuntu 12.04.1 LTS
Đây là đầu ra của 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
Đây là đầu ra của 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.
Mặc dù dpkg được biên dịch cho i386, nhưng có vẻ như tôi có Amd64 làm bộ xử lý. Nhưng khi tôi cài đặt Java:
sudo dpkg -i sun-java6-bin_6-06-0ubuntu1_amd64.deb
Tôi có lỗi này:
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
Có ý kiến gì không?