Possible Duplicate:
How do I fix “malformed line” errors in sources.list?
When I tried to update Ubuntu with the terminal i get the following error:
E: Malformed line 59 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read...
What does this mean? And how can I resolve this?
Lucio: ON the terminal I write sudo apt-get update
Web-E: after running cat /etc/apt/sources.list
I get all the data of the sources.list... the last ltwo ines (59 and 60) says like this
deb http://arechive.canonical.com/ precisepartner
deb-src http://arechive.canonical.com/ precisepartner
cat /etc/apt/source.list
and edit your question with the output. You can open the file in gedit and into look line 59. The file is located under/etc/apt/source.list
directory – Web-E Aug 14 '12 at 04:14