0
An unresolvable problem occurred while initialising the package information.

Please report this bug for the 'update-manager' package and try to include the following error message:

'E:Malformed line 57 in source list /etc/apt/sources.list (dist parse)'
muru
  • 207,228

1 Answers1

-1

Count down to Line 57 of the /etc/apt/sources.list file, and just delete it from the file.

In order to modify the file, remember you'll need to open it as root with the following command:

gksudo gedit /etc/apt/sources.list

After bringing this file back to normal, run:

sudo apt-get update
Bilal
  • 3,747