Dpkg architecture


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Dpkg architecture
# 1  
Old 09-11-2013
Dpkg architecture

I noticed dpkg reporting architecture as AMD64, but the h/w is Intel, see below:

Code:
~$ uname -a
Linux XXX 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
 
~$ lshw | grep -i xeon
WARNING: you should run this program as super-user.
PCI (sysfs)  
          product: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
 
~$ dpkg --print-architecture
amd64
 
~$ dpkg --print-foreign-architectures
i386

Is there any problem with this system? Please advise.
# 2  
Old 09-11-2013
It's got nothing to do with your brand of processor. "amd64" code runs great on both Intel and AMD now, but AMD invented 64-bit x86, and the name stuck. Intel had to reverse-engineer and clone it.

x86_64, which some call it these days, is also the same thing.
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 09-11-2013
Technically there are some differences between AMD64 and Intel64 but most compilers avoid the issue.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Dpkg command not found

Hi All, I tried to install Message Broker toolkit in Linux server. When I tried to run mqsicreatebar, I received below error -bash-3.2$ -bash-3.2$ pwd /opt/IBM/WMBT800 -bash-3.2$ ./mqsicreatebar ./mqsicreatebar: error while loading shared libraries: libgtk-x11-2.0.so.0: wrong ELF class:... (1 Reply)
Discussion started by: Anusha M
1 Replies

2. Shell Programming and Scripting

Mobile media got new name after dpkg --configure -a

I need some explanation, afer executing this command in the terminal dpkg --configure -abecause synaptic told me it does not work properly and told me to do so, otherwise it would not even start. My mobile media like usb-drive or stick is named like below, 641ea5c8-47d2-4473-ae01-6499d2f7ccba!... (0 Replies)
Discussion started by: 1in10
0 Replies

3. Shell Programming and Scripting

Dpkg Syntax Issue . . .

Greetings! I'm trying to get dpkg to just completely extract a multi-part *.deb archive set into a single folder called "output". Simple? Hmmmm.... dpkg --noforce --unpack *.deb /output/Console after ops: However, "--noforce" is taken directly from the helpfile Options listing as furnished... (8 Replies)
Discussion started by: LinQ
8 Replies

4. Shell Programming and Scripting

> dpkg-deb to Extract and Reconstruct a Multipart Archive???

Greetings! Here's one which has been bugging me for a bit ;) As might be known, LibreOffice is available to some of us Linux folk as a large set of debs. Of course, being a curious sort, I'd like to dig in and recreate the original tree which is composed of these assorted archives. So, I... (1 Reply)
Discussion started by: LinQ
1 Replies

5. UNIX for Advanced & Expert Users

dpkg wildcards

Are there different rules with wildcards in dpkg? I was looking at this. Getting information about packages % dpkg -l \*apt\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/... (1 Reply)
Discussion started by: cokedude
1 Replies

6. Ubuntu

dpkg: warning: while removing directory not empty

Hi, I am getting this warning messages when I run dpkg --purge dpkg -r apt-get remove --purge aptitude purge with sudo permission to remove completely a custom application that is installed through debian dpkg command. Some of the directories in that package install path is still left out... (0 Replies)
Discussion started by: royalibrahim
0 Replies

7. Shell Programming and Scripting

Help with scripting APT / dpkg in Debian 4

Hello, I am attempting to write a (bash) shell script that will do some basic reporting based on the APT utilities and dpkg. I need the following in the report: Packages installed (COLUMNS=200 dpkg -l | grep '/^ii/' > packages_installed) Packages not installed I suppose that I can do ... (0 Replies)
Discussion started by: orspain
0 Replies
Login or Register to Ask a Question