0

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

  • What is the exactly command that are you entering? Edit your question and add it. – Lucio Aug 14 '12 at 03:52
  • 5
    Please run the following in terminal 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

1 Answers1

0

Change arechive to archive and also change precisepartner to precise partner on lines 59 and 60 of /etc/apt/sources.list .

Steve Kroon
  • 1,034