0

I was trying to install teamviewer on Debian 7.

But when I was doing:

dpkg --add-architecture i836 ; apt-get update

I was getting the following Error :

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/Release Unable to find expected entry 'main/binary-i836/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release Unable to find expected entry 'main/binary-i836/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://http.debian.net/debian/dists/wheezy-updates/Release Unable to find expected entry 'main/binary-i836/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

and my /etc/apt/source.list is as follows:

deb [arch=i836,amd64] http://http.debian.net/debian wheezy main deb-src http://http.debian.net/debian wheezy main

deb [arch=i836,amd64] http://http.debian.net/debian wheezy-updates main deb-src http://http.debian.net/debian wheezy-updates main

deb [arch=i836,amd64] http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main

Any ideas I don't get the x86 updates as I should?

(At last I just installed ia32 lib and remove i836 architecure)

tshepang
  • 12,111
  • 21
  • 91
  • 136
L0aD1nG
  • 111
  • 1
  • 10

1 Answers1

3

It's i386, not i836. :-)

dpkg --add-architecture i386 ; apt-get update

rul
  • 784
  • 4
  • 10