Ubuntu – can’t update repositories Ubuntu 13.10

13.10aptupdate-managerupdates

When I run sudo apt-get update I receive the following error message:

W:Failed to fetch http://http.us.debian.org/debian/dists/squeeze/Release
Unable to find expected entry 'universe/binary-amd64/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.

Can anyone help?

Best Answer

You certainly should not mix Debian and Ubuntu repositories. Some of the packages in either one of them will have different depends.

The fact that Ubuntu derives from Debian does not mean you can mix the repositories. This usually fails.

Related Question