Je rencontre ce problème pour la première fois avec Ubuntu 16.04, après une nouvelle installation.
Skype ne peut pas être localisé après avoir activé les partenaires Canonical à la fois dans Logiciels et mise à jour, ou en ligne de commande avec la commande:
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Puis lancez ce qui suit:
Sudo apt-get update
Sudo apt-get install skype
Cependant, j'ai toujours:
E: Impossible de localiser le paquet skype
Un indice?
UPDATE
J'exécute "Sudo apt-get update --fix-missing" avant d'essayer d'installer Skype, et voici le résultat obtenu:
Hit:1 http://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease
Hit:3 http://id.archive.ubuntu.com/ubuntu xenial InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://id.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:6 http://id.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 3s (79.5 kB/s)
Reading package lists... Done
J'essaie à nouveau "Sudo apt-get install skype" et j'obtiens:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package skype
L'application Skype pour Linux existante a été abandonnée et supprimée des référentiels partenaires de Canonical. Vous pouvez installer la nouvelle application Skype pour Linux à la place.
J'ai installé récemment de cette façon:
Ajouter un repo Skype
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Ajouter une architecture i386
Sudo dpkg --add-architecture i386
Update and install
Sudo apt-get update && Sudo apt-get install skype