Recharger les paquets d'installation

yuri648 Messages postés 677 Date d'inscription   Statut Membre Dernière intervention   -  
yuri648 Messages postés 677 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

j'ai installé ubuntu 8.10 et je n'arrive pas a installer vlc par synaptique package manager
voici l'erreur que j'obtient quand je click sur Reload

Could not download all repository indexes

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

merci

A voir également:

4 réponses

aragon6980 Messages postés 1198 Date d'inscription   Statut Membre Dernière intervention   252
 
sudo apt-get install vlc
0
aragon6980 Messages postés 1198 Date d'inscription   Statut Membre Dernière intervention   252
 
et si tjs un problème; réinstalle les dépôt Medibuntu

sudo wget https://medibuntu.org -output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

active le
sudo sed -i -e "s/# deb/deb/g" /etc/apt/sources.list && sudo apt-get update

et installe vlc
sudo apt-get install vlc
0
aragon6980 Messages postés 1198 Date d'inscription   Statut Membre Dernière intervention   252
 
la 8.10 alors que la 10.10 est disponible ? :)
0
yuri648 Messages postés 677 Date d'inscription   Statut Membre Dernière intervention   7
 
merco de me repondre j'ai deja utilisé cette commande avant de poser au forum
sudo apt-get install vlc j'ai cette erreur

Building dependency tree
Reading state information... Done
E: Couldn't find package vlc

avec la commande que tu m'as donné voice ce que je recois

wget: utput-document=/etc/apt/sources.list.d/medibuntu.list: No such file or directory

merci encore
0
yuri648 Messages postés 677 Date d'inscription   Statut Membre Dernière intervention   7
 
j'ai pu regler mon prb on modifiant /etc/apt/sources.list par

# See sources.list(5) for more information, especially
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
deb http://http.us.debian.org/debian/ stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb https://www.debian.org/security/ stable/updates main contrib non-free

# Uncomment if you want the apt-get source function to work
# deb-src http://http.us.debian.org/debian/ stable main contrib non-free
# deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ intrepid-security universe main multiverse restricted
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates universe main multiverse restricted
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-proposed universe main multiverse restricted

merci
0