0

When I try to (not from terminal) the following error message opens up:

An unresolvable problem occurred while initializing the package information.
Please report this bug against the 'update-manager' package and include the following error message:

'E:Malformed line 60 in source list /etc/apt/sources.list (dist parse)' 

Using Ubuntu 12.04, thanks.

Edit: Went to line 60, this is what I found:

deb http://archive.canonical.com/precise partner

Edit: Commented the line out, software manager works fine now.

Albert
  • 9

1 Answers1

1

You have a mistake in your sources list.

To go straight to the sources list, open a Terminal and issue the command: gksudo gedit /etc/apt/sources.list.

Look for the mistake at line 60.

If you have any trouble copy and paste your sources list here so we can have a look.

Eric Carvalho
  • 54,385