0

After trying to download Dropbox I get an error message in top bar of screen: "Unknown error ''(E:Malfomed line 56 in source list/etc/apt/sources.list(distparse))' This usually means that your installed packages have unmet dependencies."

It suggested running Package Manager or apt-get in the terminal but that produced nothing very helpful. As a newbie to Ubuntu I'm rather lost!

DeeBee
  • 1

1 Answers1

0

Open a terminal and enter:

sudo apt-get -f install
UTF-8
  • 5,710
  • 10
  • 31
  • 67