Need a fix for dpkg --print-architecture failure

Asked by david garcia

Hello, i have a dpkg problem. My system:

uname -a
Linux Ubuntu-1004-lucid-64-minimal 2.6.32-35-server #78-Ubuntu SMP Tue Oct 11 16:26:12 UTC 2011 x86_64 GNU/Linux

more /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
(...)

But dpkg --print-architecture returns
amd64

What is the way to fix this?
Best regards.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dpkg Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

why is this a problem? amd64 *is* the generic name for x86_64.

Revision history for this message
Best mycae (mycae) said :
#2
Revision history for this message
david garcia (aristegui) said :
#3

Thanks mycae, that solved my question.