Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/10/2019, à 17:32

panda872

[Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Bonjour je ne peut pas installer des logiciels ou faire des maj car j'ai ce msg dans le terminal :

E: Entrée 52 mal formée dans list fichier /etc/apt/sources.list (Component)
E: La liste des sources ne peut être lue.

Merci de m'aider

Dernière modification par panda872 (Le 18/10/2019, à 17:57)

Hors ligne

#2 Le 18/10/2019, à 17:36

nany

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Bonjour,

Voyons ce qu’il y a dans tes fichiers de sources. Pour ce faire, donne le retour de :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

Hors ligne

#3 Le 18/10/2019, à 17:43

panda872

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

nany a écrit :

Bonjour,

Voyons ce qu’il y a dans tes fichiers de sources. Pour ce faire, donne le retour de :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

je colle ça dans le termial ?

Hors ligne

#5 Le 18/10/2019, à 17:45

panda872

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04.3 LTS _Bionic Beaver_ - Release amd64 (20190805)]/ bionic main restricted
     2	
     3	# See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
     4	# newer versions of the distribution.
     5	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
     6	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted
    11	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic universe
    17	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic universe
    18	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe
    19	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic multiverse
    27	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic multiverse
    28	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates multiverse
    29	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-backports main restricted universe multiverse
    37	# deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	# deb [url]http://archive.canonical.com/ubuntu[/url] bionic partner
    44	# deb-src [url]http://archive.canonical.com/ubuntu[/url] bionic partner
    45	
    46	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
    47	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
    48	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
    49	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
    50	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse
    51	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse
    52	deb [url]https://dl.winehq.org/wine-builds/ubuntu/disco[/url] main
    53	# deb-src [url]https://dl.winehq.org/wine-builds/ubuntu/disco[/url] main

/etc/apt/sources.list.d/steam.list.save


/etc/apt/sources.list.d/google-chrome.list.save


/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] [url]http://dl.google.com/linux/chrome/deb/[/url] stable main

/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-bionic.list.save


/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-bionic.list

     1	deb [url]http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu[/url] bionic main
     2	# deb-src [url]http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu[/url] bionic main

/etc/apt/sources.list.d/steam.list

     1	deb [arch=amd64,i386] [url]http://repo.steampowered.com/steam/[/url] precise steam
     2	deb-src [arch=amd64,i386] [url]http://repo.steampowered.com/steam/[/url] precise steam

/etc/apt/sources.list.save

Dernière modification par panda872 (Le 18/10/2019, à 17:50)

Hors ligne

#6 Le 18/10/2019, à 17:48

xubu1957

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Bonjour,

Pour ajouter toi-même les balises code à ton précédent message #5 :                   Merci        wink

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1531553049.png

comme indiqué dans le Retour utilisable de commande.

Dernière modification par xubu1957 (Le 18/10/2019, à 17:53)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 18/10/2019, à 17:50

nany

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

OK. Donne maintenant le retour de :

sudo sed -i 's/disco/ bionic/' /etc/apt/sources.list && sudo apt clean && sudo apt update

 

Suis ce lien pour bien donner les retours.

Hors ligne

#8 Le 18/10/2019, à 17:52

panda872

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic InRelease
Ign :3 http://dl.google.com/linux/chrome/deb stable InRelease                  
Atteint :4 http://repo.steampowered.com/steam precise InRelease                
Réception de :5 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Réception de :6 http://dl.google.com/linux/chrome/deb stable Release [943 B]   
Réception de :7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease [6259 B]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Réception de :9 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [753 kB]
Réception de :12 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 Packages [534 kB]
Réception de :13 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1112 B]
Réception de :14 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [382 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [593 kB]
Réception de :16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [531 kB]
Réception de :17 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 Packages [502 kB]
Réception de :18 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [178 kB]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [271 kB]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [295 kB]
Réception de :21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38,6 kB]
Réception de :22 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73,8 kB]
Réception de :23 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17,6 kB]
Réception de :24 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [143 kB]
Réception de :25 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41,5 kB]
Réception de :26 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [15,7 kB]
Réception de :27 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [8872 B]
Réception de :28 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [4956 B]
Réception de :29 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [982 kB]
Réception de :30 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [3296 B]
Réception de :31 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [593 kB]
Réception de :32 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [613 kB]
Réception de :33 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1012 kB]
Réception de :34 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [204 kB]
Réception de :35 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42,1 kB]
Réception de :36 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [312 kB]
Réception de :37 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [253 kB]
Réception de :38 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16,4 kB]
Réception de :39 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [203 kB]
Réception de :40 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [449 kB]
Réception de :41 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [116 kB]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [6932 B]
Réception de :43 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [4288 B]
Réception de :44 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [7884 B]
Réception de :45 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [3944 B]
Réception de :46 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de :47 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [5260 B]
Réception de :48 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7920 B]
Réception de :49 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2464 B]
Réception de :50 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
9487 ko réceptionnés en 14s (692 ko/s) 

Hors ligne

#9 Le 18/10/2019, à 17:55

nany

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Voilà, erreur réparée. Tu devrais pouvoir installer winehq. wink

Hors ligne

#10 Le 18/10/2019, à 17:55

panda872

Re : [Résolu]Entrée 52 mal formée dans list fichier /etc/apt/sources.list

Merci bcp big_smile

Hors ligne