When I run sudo apt-get update
I get this error:
W: Failed to fetch http://repo.mysql.com/apt/ubuntu/dists/trusty/InRelease Unable to find expected entry 'utilities-1.4/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.
What can I do?
/etc/apt/sources.list
. – Aug 24 '15 at 11:52/etc/apt/sources.list
tosourcesbak.list
and then runningsudo apt-get update again
. You'll need to re-add your sources. – TheWanderer Aug 24 '15 at 11:53again
part of the command? – Aug 24 '15 at 11:57/etc/apt/sources.list.d/mysql.list
? – Ron Aug 24 '15 at 12:06