Running Ubuntu 14.04 LTS, I tryed to install skype.
In terminal:
sudo sh -c ‘echo “deb http://archive.canonical.com/ubuntu trusty partner” >>
/etc/apt/sources.list.d/canonical_partner.list’
sudo apt-get update
sudo apt-get install skype
E: Unable to locate package skype
sudo apt-get -f install
sudo apt-get install skype
E: Unable to locate package skype
So, no skype... How do I get skype?
‘
and“
are syntactically different from what they were supposed to be:'
and"
respectively. – Oli May 31 '14 at 19:25