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 26/10/2019, à 05:55

SORO MOISE

Je n'arrive plus a installer aucun logiciel a partie du terminal.

Lorsque je lance une commende d'installation du genre "sudo apt update" ou "sudo apt install yum" ou encore "sudo apt install -wine"
on m'affiche le message suivant : E: Entrée 67 mal formée dans list fichier /etc/apt/sources.list (Component)
                                                      E: La liste des sources ne peut être lue.
                                                      E: Entrée 67 mal formée dans list fichier /etc/apt/sources.list (Component)
                                                      E: La liste des sources ne peut être lue.
Je ne sait même pas ce que ça veut dire .


J'aimerais vraiment que vous m’aidiez .

Hors ligne

#2 Le 26/10/2019, à 06:08

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Bonjour,


SORO MOISE a écrit :

Je ne sait même pas ce que ça veut dire .

Ça veut dire que la ligne 67 de ton fichier sources.list est mal écrite.
Commence par lire ce message pour apprendre à utiliser les balises code.

Puis 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 26/10/2019, à 06:17

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Mais qu'est ce que je peut faire pour arrêter ça ?

Hors ligne

#4 Le 26/10/2019, à 06:21

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Eh bien donne le retour que j’ai demandé, ça me permettra de voir tes fichiers sources pour pouvoir ensuite te donner des indications. wink

Hors ligne

#5 Le 26/10/2019, à 06:25

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

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

/etc/apt/sources.list.save


/etc/apt/sources.list.distUpgrade


/etc/apt/sources.list

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

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

     1	deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

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

soro@soro-X553SA:~$

Hors ligne

#6 Le 26/10/2019, à 06:48

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Bien, tu as installé deux fois le dépôt de winehq dont une fois erroné. De plus, il reste des occurrences xenial. Et enfin il y a des lignes superflues ajoutées par logiciels et mises à jour.

On va corriger tout ça en une seule commande.

Donne le retour de :

sudo sed -i 's/xenial/bionic/;s/^deb-src/# deb-src/;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update

Hors ligne

#7 Le 26/10/2019, à 07:04

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

soro@soro-X553SA:~$ sudo sed -i 's/xenial/bionic/;s/^deb-src/# deb-src/;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update
[sudo] Mot de passe de soro : 
Ign :1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic InRelease
Err :2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release
  Veuillez utiliser apt-cdrom afin de faire reconnaître ce cédérom par votre APT. apt-get update ne peut être employé pour ajouter de nouveaux cédéroms
Atteint :3 http://ci.archive.ubuntu.com/ubuntu bionic InRelease                                                                                 
Réception de :4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]                                                           
Atteint :5 http://archive.canonical.com/ubuntu bionic InRelease                                                                                 
Ign :6 https://dl.google.com/linux/chrome/deb stable InRelease                                                                                  
Atteint :7 https://dl.google.com/linux/chrome/deb stable Release                                                                                
Réception de :8 http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]                                                         
Atteint :9 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                                         
Réception de :11 http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]                           
Réception de :12 http://security.ubuntu.com/ubuntu bionic-security/main i386 DEP-11 Metadata [38,7 kB]              
Réception de :13 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17,6 kB]                                            
Réception de :14 http://ci.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [597 kB]                    
Réception de :15 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41,5 kB]
Réception de :16 http://security.ubuntu.com/ubuntu bionic-security/universe i386 DEP-11 Metadata [42,0 kB]                                      
Réception de :17 http://ci.archive.ubuntu.com/ubuntu bionic-updates/main i386 DEP-11 Metadata [295 kB]                                          
Réception de :18 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16,4 kB]                                        
Réception de :19 http://ci.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73,8 kB]                                           
Réception de :20 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [111 kB]                                         
Réception de :21 http://ci.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [143 kB]                                            
Réception de :22 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 DEP-11 Metadata [2464 B]                                    
Réception de :23 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [984 kB]                                             
Réception de :24 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe i386 DEP-11 Metadata [254 kB]                                      
Réception de :25 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [195 kB]                                        
Réception de :26 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [449 kB]                                        
Réception de :27 http://ci.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 DEP-11 Metadata [2468 B]                                   
Réception de :28 http://ci.archive.ubuntu.com/ubuntu bionic-backports/universe i386 DEP-11 Metadata [7920 B]                                   
Lecture des listes de paquets... Fait                                                                                                           
E: Le dépôt cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
N: Le fichier configuré « main/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « restricted/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « universe/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « multiverse/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « partner/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://archive.canonical.com/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « main/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://security.ubuntu.com/ubuntu bionic-security InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « restricted/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://security.ubuntu.com/ubuntu bionic-security InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « universe/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://security.ubuntu.com/ubuntu bionic-security InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « multiverse/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://security.ubuntu.com/ubuntu bionic-security InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « main/binary-x64/Packages » ne sera pas pris en compte car le dépôt « https://dl.winehq.org/wine-builds/ubuntu bionic InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « main/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « restricted/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « universe/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « multiverse/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « main/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « restricted/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « universe/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease » ne prend pas en charge l'architecture « x64 »
N: Le fichier configuré « multiverse/binary-x64/Packages » ne sera pas pris en compte car le dépôt « http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease » ne prend pas en charge l'architecture « x64 »
soro@soro-X553SA:~$ 

Hors ligne

#8 Le 26/10/2019, à 07:14

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Arf, j’avais pas fait gaffe mais il faut aussi désactiver le cdrom.
Donne le retour de :

sudo sed -i 's/^deb cdrom/# deb cdrom/' /etc/apt/sources.list && nl -ba /etc/apt/sources.list

De plus, il y a un problème d’architecture.
Donne les retours de :

dpkg --print-architecture
dpkg --print-foreign-architectures
sudo lshw -sanitize -c cpu | grep "bits"

Hors ligne

#9 Le 26/10/2019, à 07:29

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

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

Hors ligne

#10 Le 26/10/2019, à 07:32

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

soro@soro-X553SA:~$ dpkg --print-architecture
i386
soro@soro-X553SA:~$ 
soro@soro-X553SA:~$ dpkg --print-foreign-architectures
x64
soro@soro-X553SA:~$ 



soro@soro-X553SA:~$ sudo lshw -sanitize -c cpu | grep "bits"
       bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
          bits: 64 bits
soro@soro-X553SA:~$ 

Hors ligne

#11 Le 26/10/2019, à 07:38

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

OK. On va supprimer l’architecture x64 (qui n’existe pas) par amd64.

Donne le retour de :

sudo dpkg --remove-architecture x64 && sudo dpkg --add-architecture amd64 && sudo apt clean && sudo apt update

Hors ligne

#12 Le 26/10/2019, à 07:45

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

soro@soro-X553SA:~$ sudo dpkg --remove-architecture x64 && sudo dpkg --add-architecture amd64 && sudo apt clean && sudo apt update
Atteint :1 http://ci.archive.ubuntu.com/ubuntu bionic InRelease                                                                             
Réception de :2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]                                                           
Atteint :3 http://archive.canonical.com/ubuntu bionic InRelease                                                                                 
Réception de :4 http://ci.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]                                                          
Ign :5 https://dl.google.com/linux/chrome/deb stable InRelease                                                                                  
Atteint :6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                                                                            
Atteint :7 https://dl.google.com/linux/chrome/deb stable Release                                                                                
Réception de :8 http://archive.canonical.com/ubuntu bionic/partner amd64 Packages [2316 B]                                                     
Réception de :9 http://ci.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :10 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 Packages [508 kB]                                                   
Réception de :12 http://ci.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB]                                                      
Réception de :13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [541 kB]                                      
Réception de :14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [9856 B]                                          
Réception de :15 http://ci.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B]                                                 
Réception de :16 http://ci.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB]                                                  
Réception de :17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [616 kB]                                             
Réception de :18 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [5476 B]                                          
Réception de :19 http://ci.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB]                                                  
Réception de :20 http://ci.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [764 kB]                                                
Réception de :21 http://ci.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [16,7 kB]                                         
Réception de :22 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1017 kB]                                          
Ign :22 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages                                                              
Réception de :23 http://ci.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [8096 B]                                         
Réception de :24 http://ci.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2512 B]                                             
Réception de :25 http://ci.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [4020 B]                                         
Réception de :22 http://ci.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1017 kB]                                          
13,5 Mo réceptionnés en 2min 0s (113 ko/s)                                                                                                      
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
14 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
soro@soro-X553SA:~$ 

Hors ligne

#13 Le 26/10/2019, à 07:53

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Voilà, ton système est remis sur pieds. Tu devrais pouvoir installer winehq-stable (ou -devel ou -staging si tu n’as pas peur des bugs) sans difficultés.

Très bonne journée en Côte d’Ivoire. wink

Hors ligne

#14 Le 26/10/2019, à 08:01

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

SORO MOISE a écrit :

(je peut te tutoyer ?)

Bien sûr, tout le monde se tutoie sur le forum. smile

Hors ligne

#15 Le 09/12/2019, à 05:49

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Bonjour tous le monde je suit sur Ubuntu 18.04.3 LTS et quand je lance la commande sudo apt-get update on m'affiche des erreurs.

soro@soro-X553SA:~$ sudo apt-get update
[sudo] Mot de passe de soro : 
Ign :1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic InRelease
Err :2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release
  Veuillez utiliser apt-cdrom afin de faire reconnaître ce cédérom par votre APT. apt-get update ne peut être employé pour ajouter de nouveaux cédéroms
Atteint :3 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign :4 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic InRelease
Réception de :5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Err :6 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release
  404  Not Found [IP : 91.189.95.83 80]
Ign :7 https://dl.google.com/linux/chrome/deb stable InRelease          
Atteint :8 http://archive.canonical.com/ubuntu bionic InRelease         
Atteint :9 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease    
Atteint :10 https://dl.google.com/linux/chrome/deb stable Release       
Réception de :11 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Réception de :12 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 DEP-11 Metadata [295 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73.8 kB]
Réception de :16 http://archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [143 kB]
Réception de :17 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 DEP-11 Metadata [264 kB]
Réception de :18 http://archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [197 kB]
Réception de :19 http://archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [445 kB]
Réception de :20 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 DEP-11 Metadata [2'464 B]
Réception de :21 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 DEP-11 Metadata [7'976 B]
Réception de :22 http://archive.ubuntu.com/ubuntu bionic-security/main i386 DEP-11 Metadata [38.5 kB]
Réception de :23 http://archive.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17.6 kB]
Réception de :24 http://archive.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41.5 kB]
Réception de :25 http://archive.ubuntu.com/ubuntu bionic-security/universe i386 DEP-11 Metadata [42.1 kB]
Réception de :26 http://archive.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16.4 kB]
Réception de :27 http://archive.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [111 kB]
Réception de :28 http://archive.ubuntu.com/ubuntu bionic-security/multiverse i386 DEP-11 Metadata [2'464 B]
Lecture des listes de paquets... Fait                                   
E: Le dépôt cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
soro@soro-X553SA:~$ 

--
Modération : les doublons sont interdits par les règles. Les deux fils ont été fusionnés.

Hors ligne

#16 Le 09/12/2019, à 09:30

Compte supprimé

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Bonjour,
J'édite mes deux messages qui après le copié collé des doublons ne sont plus compréhensibles...
Je quitte ce fil. Bonne suite

Dernière modification par Compte supprimé (Le 11/12/2019, à 07:43)

#17 Le 11/12/2019, à 05:43

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Le retour de :  cat -n /etc/apt/sources.list

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

Le retour de : sudo sed -i 's/xenial/bionic/;s/^deb-src/# deb-src/;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update

soro@soro-X553SA:~$ sudo sed -i 's/xenial/bionic/;s/^deb-src/# deb-src/;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update
[sudo] Mot de passe de soro : 
Désolé, essayez de nouveau.
[sudo] Mot de passe de soro : 
Ign :1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic InRelease
Err :2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release
  Veuillez utiliser apt-cdrom afin de faire reconnaître ce cédérom par votre APT. apt-get update ne peut être employé pour ajouter de nouveaux cédéroms
Atteint :3 http://archive.canonical.com/ubuntu bionic InRelease                                                                                        
Atteint :4 http://archive.ubuntu.com/ubuntu bionic InRelease                                                                                           
Ign :5 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic InRelease                                                                  
Atteint :6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease                                                                           
Atteint :7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease                                                                                       
Err :8 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release                                                                                  
  404  Not Found [IP : 91.189.95.83 80]
Atteint :9 http://archive.ubuntu.com/ubuntu bionic-security InRelease                                                                          
Ign :10 https://dl.google.com/linux/chrome/deb stable InRelease                                  
Atteint :11 https://dl.google.com/linux/chrome/deb stable Release
Lecture des listes de paquets... Fait
E: Le dépôt cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
soro@soro-X553SA:~$ 

Et le retour de : sudo sed -i 's/xenial/bionic/g;s/^deb-src/# deb-src/g;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update


soro@soro-X553SA:~$ sudo sed -i 's/xenial/bionic/g;s/^deb-src/# deb-src/g;66,67d;57,62d;/#Added by software-properties/d' /etc/apt/sources.list && sudo apt clean && sudo apt update
Ign :1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic InRelease
Err :2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release
  Veuillez utiliser apt-cdrom afin de faire reconnaître ce cédérom par votre APT. apt-get update ne peut être employé pour ajouter de nouveaux cédéroms
Ign :3 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic InRelease                                                                                                                        
Atteint :4 http://archive.ubuntu.com/ubuntu bionic InRelease                                                                                                                                         
Atteint :5 http://archive.canonical.com/ubuntu bionic InRelease                                                     
Atteint :6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease                                                                                        
Err :7 http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release                                                                                 
  404  Not Found [IP : 91.189.95.83 80]
Atteint :8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease                                      
Atteint :9 http://archive.ubuntu.com/ubuntu bionic-security InRelease                                        
Ign :10 https://dl.google.com/linux/chrome/deb stable InRelease                                              
Atteint :11 https://dl.google.com/linux/chrome/deb stable Release
Lecture des listes de paquets... Fait                          
E: Le dépôt cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release i386 (20160420.1) bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
soro@soro-X553SA:~$ 

Hors ligne

#18 Le 11/12/2019, à 06:28

moko138

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Le 26/10, suite aux interventions de nany, tes dépôts étaient redevenus fonctionnels.
Ensuite tu les as bidouillés.

Et là, tu viens de re-re-mettre le désordre dans tes dépôts.
Parce que quand tu envoies deux fois la commande de supprimer la ligne 67, la deuxième fois s'applique à une ligne qui précédemment était la 68ème.


Donc, si tu n'as pas fait une copie de sécurité de ton sources.list et de ton sources.list.d/ peu après le 26/10 et avant de les modifier, tu n'as plus qu'à redonner la commande du 2ème message.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#19 Le 11/12/2019, à 08:46

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Mais aider moi s'il vous plait.

Hors ligne

#20 Le 11/12/2019, à 09:02

moko138

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Qu'est-ce qui n'est pas clair dans :

tu n'as plus qu'à redonner la commande du 2ème message.

?

Dernière modification par moko138 (Le 11/12/2019, à 09:02)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#21 Le 29/12/2019, à 20:22

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Je suis vraiment un amateur donc si tu peut me redonner la commende dont tu parle ça me feras vraiment plaisir.

Hors ligne

#22 Le 29/12/2019, à 20:25

xubu1957

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Bonsoir,

La commande du post #2 :

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

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

#23 Le 29/12/2019, à 21:09

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

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

/etc/apt/sources.list.save


/etc/apt/sources.list.distUpgrade


/etc/apt/sources.list

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

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

     1	deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

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


/etc/apt/sources.list.d/mystic-mirage-ubuntu-pycharm-bionic.list.save


/etc/apt/sources.list.d/mystic-mirage-ubuntu-pycharm-bionic.list

     1	deb http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic main
     3	# deb-src http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic main
     4	# deb-src http://ppa.launchpad.net/mystic-mirage/pycharm/ubuntu bionic main
soro@soro-X553SA:~$ 

Hors ligne

#24 Le 29/12/2019, à 21:23

nany

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Le PPA pycharm est obsolète.

Donne les retours de :

sudo add-apt-repository -ry ppa:mystic-mirage/pycharm
sudo add-apt-repository "deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -sc) main"
cd /etc/apt/sources.list.d && sudo rm -v mystic* && cd .. && sudo rm -v *.distUpgrade && cd
sudo sed -i '/cdrom/,+1d;/security/s/archive/security/' /etc/apt/sources.list && sudo apt clean && sudo apt update

Dernière modification par nany (Le 29/12/2019, à 23:10)

Hors ligne

#25 Le 29/12/2019, à 22:30

SORO MOISE

Re : Je n'arrive plus a installer aucun logiciel a partie du terminal.

Le retour de :sudo add-apt-repository -ry ppa:mystic-mirage/pycharm

soro@soro-X553SA:~$ sudo add-apt-repository -ry ppa:mystic-mirage/pycharm[sudo] Mot de passe de soro : 
soro@soro-X553SA:~$ 

Hors ligne