Running on 13.10 and trying to make a release upgrade but getting this:
W:Failed to fetch
http://extras.ubuntu.com/ubuntu/dists/trusty/Release Unable to find
expected entry 'main/binary-ia386/Packages' in Release file (Wrong
sources.list entry or malformed file)
, W:Failed to fetch
http://archive.canonical.com/ubuntu/dists/trusty/Release Unable to
find expected entry 'partner/binary-ia386/Packages' in Release file
(Wrong sources.list entry or malformed file)
, W:Failed to fetch
http://security.ubuntu.com/ubuntu/dists/trusty-security/Release
Unable to find expected entry 'main/binary-ia386/Packages' in Release
file (Wrong sources.list entry or malformed file)
, W:Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release Unable to
find expected entry 'main/binary-ia386/Packages' in Release file
(Wrong sources.list entry or malformed file)
Any hints how to resolve it ?
grep -rH ia386 /etc
– bain May 08 '14 at 18:28dpkg --print-architecture
? – bain May 08 '14 at 18:40apt-config dump
– bain May 09 '14 at 11:26dpkg -l|grep ia386
– bain May 09 '14 at 11:29dpk -l|grep ia386
brings no output – halfred May 10 '14 at 11:11dpkg --remove-architecture ia386
– bain May 10 '14 at 11:15