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.
cat /etc/apt/sources.list | head -8
produce? (This will just output the first 8 lines of the file). If unreadable as a normal user (Permission Error), you may need to runsudo cat /etc/apt/sources.list | head -8
– Wilf Nov 28 '13 at 19:17