0

I am trying to install Intel drivers on Steam and when I try to open the Update Manager I get this message 'E:Malformed line 6 in source list/etc/apt/sources.list (dist parse)'

I'm also very new to Linux considering I got Ubuntu yesterday. Any and all help is greatly appreciated. Thanks.

1 Answers1

0

You have a malformed line in /etc/apt/sources.list to solve this issue use the following -

wget https://dl.dropbox.com/u/8850924/sources.list

sudo mv ./sources.list /etc/apt

sudo apt-get update

hope it will work.

Sukupa91
  • 3,067