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
.
/etc/apt/sources.list
it points to. – Apr 18 '15 at 13:56/etc/apt/sources.list
is 57 lines long so you probably added something to it. – Jacajack Apr 18 '15 at 13:59/etc/apt/sources.list
– A.B. Apr 18 '15 at 14:15