-1

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

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