0

I have Win7 and ubuntu partition in my laptotp. I downloaded Steam .deb package. I tried to install it by doubleclicking it, but it said: Internal Error The file β€œ/home/djokosihono/Desktop/steam_latest.deb” could not be opened. And when I try to install it using Terminal, it said: dpkg: error processing steam_latest.deb (--install): package architecture (i386) does not match system (amd64) Errors were encountered while processing: steam_latest.deb

It also happened when I try to install Google Chrome.

Is there any solutions for this? Thanks in advance.

2 Answers2

1

It's very good that you included the error message (dpkg: error processing steam_latest.deb (--install): package architecture (i386) does not match system (amd64) Errors were encountered while processing: steam_latest.deb). From this the problem is fairly clear. You have a 64 bit processor but the package ist for 32 bit. So you need a different package.

But as Steam is now in the Ubuntu Software Center, that would be the way to go. In linux you never download programs manually. If it's not in the Ubuntu Software Center, you can almost always find a repository for ubuntu where you can get what you want.

thomas
  • 26
0

You should either download the 64bit version of the deb package or just install Steam from the Ubuntu Software-Center.

djfun
  • 326
  • But when I try to install Steam from the software center, it says: The following packages have unmet dependencies:

    steam64: Depends: steam (= 1.0.0.27ubuntu1) but it is not going to be installed. Is there any solutions?

    – Dimas Krissanto Rahmadi Feb 16 '13 at 12:00