PDA

View Full Version : [ubuntu] update manager error



thingsdontwork
May 22nd, 2011, 11:21 PM
Sorry if this is the wrong place for this but I'm kind of a little bit stuck. Update manager keeps giving me this error

''E:Type ‘ain’ is not known on line 1 in source list /etc/apt/sources.list.d/team-xbmc-ppa-natty.list''

I'm not very experienced at all this and slightly confused.

matt_symes
May 22nd, 2011, 11:25 PM
Hi


Sorry if this is the wrong place for this but I'm kind of a little bit stuck. Update manager keeps giving me this error

''E:Type ‘ain’ is not known on line 1 in source list /etc/apt/sources.list.d/team-xbmc-ppa-natty.list''

I'm not very experienced at all this and slightly confused.

The file /etc/apt/sources.list.d/team-xbmc-ppa-natty.list is corrupted somehow.

You can either delete the file......

Open a terminal and copy and paste or type


sudo rm /etc/apt/sources.list.d/team-xbmc-ppa-natty.listEnter your password it will not be echoed to the screen. This is normal.

You can then type


sudo apt-get update....Or you can try to fix it. Post the results of


cat /etc/apt/sources.list.d/team-xbmc-ppa-natty.listback here if you want to do that.

Kind regards