-1

Possible Duplicate:
“E: The list of sources could not be read.” while trying to update
“Malformed line 6” error in my /etc/apt/sources.list

Evey time I try to install skype it says :

Reading package lists ... ready
Building dependency tree
Reading state information ... ready
The package skype-bin: i386 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
E: Malformed line 60 in source list / etc / apt / sources.list (distribution analysis)
E: The list of sources could not be read    
Erikson
  • 121

2 Answers2

1

You have spelling mistakes in lines 59 & 60, you should just remove the lines completely.

/etc/sources.list spelling errors

Then, Ctrl+Alt+T and sudo apt-get update

Tom Brossman
  • 13,111
  • But still didn't work... – Erikson Sep 02 '12 at 04:02
  • @Erikson What didn't work? If you deleted lines 59 & 60, you can't see that same error about line 60 you had before. If you have a new or similar problem try searching for an answer here, then post a new question if you still have an issue that hasn't been posted already. You can also try asking in chat for help. – Tom Brossman Sep 02 '12 at 06:16
  • @Erikson Also, looking at all your questions posted recently I see a common thread, they all involve typing mistakes in your list of software sources. Since you've only had Ubuntu installed a few days it might be easier to just do a clean reinstall to address these (and any other) mistakes. If not, Mik's answer here is probably the clearest explanation so far. Remember, every letter (and space) are important, they have to be 100% correct. Good luck! – Tom Brossman Sep 02 '12 at 06:29
0

Try to install from skype.com. http://www.skype.com/intl/en/get-skype/on-your-computer/linux/downloading.ubuntu32

Here is the 32bit .deb package.

c001os
  • 327