I have
HP Presario (C2D, 500GB,3-GB, 32-bit system)
running Ubuntu 12.10 using KDE deskto along with windows 7
. I don't know what exactly the problem is. I have installed many softwares but unable to install Skype and Teamviewer. There might be other softwares too but I have tested only these two. I downloaded 32-bit deb package
skype-ubuntu-precise_4.1.0.20-1_i386.deb
When executing the above package, it gives the following error:
Error: Wrong architecture 'i386'
I have tried installing from Konsol and I was amazed:
dpkg: error processing skype-ubuntu-precise_4.1.0.20-1_i386.deb (--install): package architecture (i386) does not match system (amd64) Errors were encountered while processing: skype-ubuntu-precise_4.1.0.20-1_i386.deb
How come I could install amd64 on my 32-bit system?
Any help??

grep flags /proc/cpuinfo? – Gilles Jan 22 at 14:17dpkg --print-architecture? This is the architecture you have installed, which can vary from the architecture of your hardware. The architecture you have installed determines which.debfiles you need to download if you want to install them directly. – Robie Basak Jan 22 at 15:02