Voici ma version actuelle d'Ubuntu:
root@vps132318:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
Je sais que cette question a été posée plusieurs fois et je les ai toutes vérifiées. Pour tous leurs cas, le problème était leur version actuelle d'Ubuntu. Bien que j'utilise la version 14.04, et quand je tape
root@ssss:~# Sudo add-apt-repository ppa:kurento/kurento
kurento/kurento
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --
homedir /tmp/tmp.mvnesaHwib --no-auto-check-trustdb --trust-model always --
keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --
keyserver keyserver.ubuntu.com --recv-keys
root@ssss:~# Sudo apt-get update
W: Failed to fetch
http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/lucid/main/binary-AMD64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/lucid/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@ssss:~# Sudo apt-get install kurento-media-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kurento-media-server
Les deux solutions que j'ai trouvées autour étaient:
ajouter une clé; mais pour leurs cas, le --recv-keys
partie leur donnait une clé, alors ils ajoutaient la clé. Pas le mien. La clé manquante ne m'est pas remise.
Sudo update apt-get
, cependant, pas de chance pour moi.
J'ai également essayé de apt-upgrade
, pas de chance eithe.
Enfin, j'ai essayé d'effacer trusted.gpg.d
répertoire, mais pas de chance à nouveau.
Importation automatique de toutes les clés GPG manquantes. Mais quand j'essaie Sudo launchpad-getkeys
, voici ce que j'obtiens:
Trying to import all the missing keys
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.emB6wtnXhs --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options http-proxy= --recv-keys
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.8jUZsvy2cn --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options http-proxy= --recv-keys
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.1pWJuVDYhk --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options http-proxy= --recv-keys
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.db8jIl1DVT --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options http-proxy= --recv-keys
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.VpS5aiBz52 --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options http-proxy= --recv-keys
launchpad-getkeys has finished importing all missing GPG keys. Try running Sudo apt-get update - you shouldn't see any key errors any more.
.............................................................
Note that launchpad-getkeys imports missing GPG keys but does not fix broken keys.
Puis Sudo apt-get update
:
Err http://ppa.launchpad.net lucid/main AMD64 Packages
404 Not Found
Err http://ppa.launchpad.net lucid/main i386 Packages
404 Not Found
Ign http://ppa.launchpad.net lucid/main Translation-en_GB
Ign http://ppa.launchpad.net lucid/main Translation-en
Ign http://ppa.launchpad.net lucid/main Translation-en_GB
Ign http://ppa.launchpad.net lucid/main Translation-en
W: Failed to fetch
http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/lucid/main/binary-AMD64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/lucid/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Suis-je en train de rater quelque chose ou de faire quelque chose de mal?
Pour une raison quelconque, il y a un PPA 10.04 dans vos sources. Regardez attentivement l'URL erronée:
http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/lucid/main/binary-AMD64/Packages
lucid
est 10.04.
Il est possible que vous ayez deux entrées de ce PPA, une pour 14.04, que vous avez ajoutée tout à l'heure, et une pour 10.04, probablement une gueule de bois d'une mise à niveau. Faire grep lucid /etc/apt/sources.list /etc/apt/sources.list.d/*.list
, recherchez les entrées incriminées et supprimez-les.