Home » Questions » Computers [ Ask a new question ]

Which Debian package architecture am I using?

Which Debian package architecture am I using?

What's the command to find out which Debian package architecture I'm using?

Asked by: Guest | Views: 207
Total answers/comments: 2
Guest [Entry]

"or

dpkg --print-architecture"
Guest [Entry]

"In case you did add some other architecture that you forgot, like i386 to an amd64 system, you can check it by:

dpkg --print-foreign-architectures

Source: wiki.debiandotorg/Multiarch/HOWTO"