update error notice

Asked by always lost

When I was updating some audio video codecs the following error notice came up:
ian@ian-desktop:~$ sudo apt-get update
E: Type '“deb' is not known on line 38 in source list /etc/apt/sources.list
ian@ian-desktop:~$
I don't know which sources list it was , nor how to get back to remove it and start again. Any clues??

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdebase Edit question
Assignee:
No assignee Edit question
Solved by:
Wrwrwr
Solved:
Last query:
Last reply:
Revision history for this message
Best Wrwrwr (wrwrwr) said :
#1

Edit your sources.list, copy this to terminal:
sudo gedit /etc/apt/sources.list
(If you're using kubuntu replace gedit with kate, and if you're using xubuntu replace it with mousepad.)

Probably the 38th line is bad, you can try to repair it, comment it out (put a # at the beginning) or remove it.
If you copy here this file, i'll tell what's going on.

Revision history for this message
always lost (iansmail1) said :
#2

Thanks Wrwrwr, that solved my question.