-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
  • 1
  • 1
  • 8

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,297
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
  • 347