Recharger les paquets d'installation

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

4 réponses

  1. sudo apt-get install vlc
    0
    1. 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
  2. la 8.10 alors que la 10.10 est disponible ? :)
    0
    1. 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
      1. 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