0

I'm not an ubuntu expert but when trying to install skype though terminal I receive this error message:

stardust@stardust:~$ sudo apt-get install skype
[sudo] password for stardust: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package skype

How can I fix this problem and finally install skype on my laptop?

Thank you for your help!

terdon
  • 100,812

1 Answers1

0

open terminal Ctrl+alt+T

then type

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update 
sudo apt-get install skype
sebas
  • 580
  • 2
  • 5
  • 15