3

I'm on Ubuntu 14.04 and I tried running:

sudo apt-get update

But I get the below error:

E: Malformed line 59 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.
muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

1

In Terminal, run sudo gedit /etc/apt/sources.list and scroll down to line 59. Put a # before whatever's listed there (Thanks, Jacajack), save it and then run sudo apt-get update.

TheWanderer
  • 19,395
  • 12
  • 50
  • 65