Problème avec Synaptic

Fabio -  
 Fabio -
Bonjour,

Je n'arrive plus à installer quoi que ce soit sur Ubuntu, ça pose problème parce que la prise en charge des langues n'a pas été installée, et aucun logiciel ne fonctionne

À chaque fois que j'essaye d'installer un logiciel avec la Logithèque ce message apparaît :

Failed to download repository information

4 réponses

  1. Utilisateur anonyme
     
    Salut,
    entre dans un terminal :
    cat /etc/apt/sources.list
    et colle ici entre les balises <code> le retour.
    0
  2. Fabio
     
    Voici le retour :
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

    # newer versions of the distribution.
    deb http://fr.archive.ubuntu.com/ubuntu/ natty main restricted
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates main restricted
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty-updates main restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://fr.archive.ubuntu.com/ubuntu/ natty universe
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty universe
    deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates universe
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://fr.archive.ubuntu.com/ubuntu/ natty multiverse
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty multiverse
    deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates multiverse
    deb-src http://fr.archive.ubuntu.com/ubuntu/ natty-updates multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://fr.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
    # deb-src http://fr.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse

    deb http://security.ubuntu.com/ubuntu natty-security main restricted
    deb-src http://security.ubuntu.com/ubuntu natty-security main restricted
    deb http://security.ubuntu.com/ubuntu natty-security universe
    deb-src http://security.ubuntu.com/ubuntu natty-security universe
    deb http://security.ubuntu.com/ubuntu natty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu natty-security multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu natty partner
    # deb-src http://archive.canonical.com/ubuntu natty partner

    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu natty main
    deb-src http://extras.ubuntu.com/ubuntu natty main
    0
    1. Utilisateur anonyme
       
      Wouaooow.. !

      La règle d'or du fichier preferences : Plus ce fichier est court, plus le comportement d'APT sera prévisible !
      Bien trop longue, ta liste. Et pour une version qui n'est plus maintenue.
      Je ne connais pas Ubuntu.. elle s'est enrichie comme ça toute seule ?

      Je ne sais pas si ça résoudra ton problème, mais voilà ce que j'ai trouvé, pour les dépôts officiels fr. :
      deb http://fr.archive.ubuntu.com/ubuntu/ natty main restricted
      deb http://security.ubuntu.com/ubuntu/ natty-security main restricted
      deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates main restricted

      Et pour les dépôts libres et non libres de la communauté :
      deb http://fr.archive.ubuntu.com/ubuntu/ natty universe multiverse
      deb http://security.ubuntu.com/ubuntu/ natty-security universe multiverse
      deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates universe multiverse
      Les dépôts commençant par deb-src délivrent les paquets sources destinés aux dévelloppeurs, tu n'en n'as pas besoin.

      Ta source.list pourrait ressembler à ça :
      #Dépôts Main
      deb http://fr.archive.ubuntu.com/ubuntu/ natty main restricted
      deb http://security.ubuntu.com/ubuntu/ natty-security main restricted
      deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates main restricted

      #Dépôts Universe et Multiverse
      deb http://fr.archive.ubuntu.com/ubuntu/ natty universe multiverse
      deb http://security.ubuntu.com/ubuntu/ natty-security universe multiverse
      deb http://fr.archive.ubuntu.com/ubuntu/ natty-updates universe multiverse

      Suis pas expert, c'est ce que je tenterais, mais sans garantie de résultat..;)
      Attend peut-être un autre avis avant d'éditer ta source.list et faire ton apt-get-update.
      Le plus simple est aussi peut-être de profiter de l'occasion pour mettre quelque chose de plus récent que Natty..;)
      0
  3. jns55
     
    Bonjour,
    L'explication est dans cette page :
    http://doc.ubuntu-fr.org/natty
    (juste en dessous du titre là où il y a une croix)

    Tu devrais passer à autre chose, ça serait plus simple. Si tu veux une version qui dure dans le temps, choisis une version LTS, elles sont maintenues pendant 5 ans.
    0
  4. Fabio
     
    Merci beaucoup pour votre aide ^^ Je vais changer de version
    0