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.
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.
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.