2

The command sudo apt-get update returns

E: Malformed line 54 in source list /etc/apt/sources.list (dist parse)

as output. Please help me to solve this issue.

Here are lines 53 and 54 in the source list:

deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://archive.canonical.com/lucid partner
enzotib
  • 96,093

1 Answers1

4

Line 54 should be

deb http://archive.canonical.com/ubuntu lucid partner
gertvdijk
  • 69,427