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/11/2020, à 16:17

laurerocherluna

Problème Installation de Wine

Bonjour,

J'ai essayé d'installer Wine en suivant les instructions de la page : https://wiki.winehq.org/Ubuntu.

J'y suis arrivée jusqu'à un certain point, après avoir rencontré des embûches qui m'ont fait taper des choses parfois incertaines dans le terminal.

Après en être arrivée à cette étape

sudo apt install winehq-stable

Voici ce que le terminal affiche

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 winehq-stable : Dépend: wine-stable (= 5.0.3~groovy)
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

J'ai pu voir que c'était un problème courant d'avoir des dépendances non satisfaites en lisant sur les forums. Dans ce cas, si je comprends bien, il faudrait que je fasse la mise à niveau vers Lubuntu 20.10 (j'ai 20.04), or lorsque j'essaye de la faire, il y a un problème lié je crois aux modifications que j'ai malheureusement effectuées cette après-midi lors de mes tentatives...

De toute manière, je préférerais ne pas me mettre à niveau et en rester à la version stable 20.04.

Savez-vous comment je peux défaire ce que j'ai fait, c'est à dire annuler l'action de cette commande

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

puis de celle-ci

sudo apt install --install-recommends winehq-stable

pour repartir à zéro ?

J'ai peur d'avoir fait des bêtises sadyikeshmm

Hors ligne

#2 Le 18/11/2020, à 16:31

alv37

Re : Problème Installation de Wine

slt, pour supprimer un ppa tape ceci:

sudo add-apt-repository --remove ppa:<nom_du_dépôt>

bien entendu tu change <nom_du_dépôt> par celui de wine.

tu peut vérifier que le dépôt n'est plus présent en vérifiant dans le dossier /etc/apt/sources.list.d

et pour supprimer wine et ses dépendance tape ceci:

sudo apt purge wine

tu peut faire juste après un

sudo apt autoremove

(pour supprimer des résidus de configuration)

Après ça vérifie dans ton HOME (affiche les fichier cacher), il peut avoir encore des fichier de config (.wine par exemple) qui trainent.
Tu peut aussi vérifier dans /opt, il me semble que wine s'en sert.

Après tous ça tu ne devrais plus avoir de trace de wine.


PC #1: Triple-Boot (Custom) : MS-7823 (MSI B85M-G43) | CPU:  Intel i7 4790k | RAM:  8 Go | GPU:  Nvidia Geforce GTX 970 | DE: Cinnamon
Windows 10 Pro 22H2 // VoidLinux // ArchLinux
PC #2 :(Custom) :  Linux Mint 21.3 | DE:  Cinnamon | MB:  Gigabyte GA-G31M-ES2L v2 | CPU:  Intel Pentium D 915 | RAM:  4 Go | GPU:  Intel 82G33/G31 Express Integrated Graphics

Hors ligne

#3 Le 18/11/2020, à 16:58

laurerocherluna

Re : Problème Installation de Wine

Bonjour,

Merci de ta réponse. Lorsque je tape la première ligne de commande, voici ce qui s'affiche :

bash: erreur de syntaxe près du symbole inattendu « newline »

J'ai tapé les autres lignes de commande, elles ont fonctionné. Par contre, je trouve dans le dossier /etc/apt/sources.list.d trois fichiers wine :
file:///etc/apt/sources.list.d/winhq-bionic.list
file:///etc/apt/sources.list.d/winhq-bionic.list.distUpgrade
file:///etc/apt/sources.list.d/winhq-bionic.list.save

Sais-tu ce que signifie le premier message et comment faire pour supprimer ces fichiers ?

Hors ligne

#4 Le 18/11/2020, à 17:11

alv37

Re : Problème Installation de Wine

L'erreur de syntaxe peut arriver si tu a mis un caractère de trop (où que tu en a oublier un), est-ce que tu as mis l'url du déport entre < et > ? si c'est le cas c'est pour cas qu'il te met cette erreur.

Pour supprimer les 3 lignes, tape ceci: (une à la fois)

sudo rm /etc/apt/sources.list.d/winhq-bionic.list
sudo rm /etc/apt/sources.list.d/winhq-bionic.list.distUpgrade
sudo rm /etc/apt/sources.list.d/winhq-bionic.list.save

D’ailleurs l’erreur du début doit être lié à ces fichier, il sont fait pour la 18.04, si tu est sur la 20.04 du coup ils sont pas compatible.


PC #1: Triple-Boot (Custom) : MS-7823 (MSI B85M-G43) | CPU:  Intel i7 4790k | RAM:  8 Go | GPU:  Nvidia Geforce GTX 970 | DE: Cinnamon
Windows 10 Pro 22H2 // VoidLinux // ArchLinux
PC #2 :(Custom) :  Linux Mint 21.3 | DE:  Cinnamon | MB:  Gigabyte GA-G31M-ES2L v2 | CPU:  Intel Pentium D 915 | RAM:  4 Go | GPU:  Intel 82G33/G31 Express Integrated Graphics

Hors ligne

#5 Le 18/11/2020, à 17:26

laurerocherluna

Re : Problème Installation de Wine

Ces lignes ont fonctionné. Les fichiers ont disparu. Merci.

L'erreur du début n'est pas liée à ça par contre. En fait après avoir effacé, grâce à ton aide, une première fois les fichiers, j'ai essayé un autre paquet de la page https://wiki.winehq.org/Ubuntu, celui pour 18.04. Cela parce que wine ne pouvait pas s'installer complètement car il y avait une dépendance non satisfaite. Je le reconnais, ce n'était pas malin sad

Je viens d'essayer d'installer wine à nouveau, en utilisant cette fois le paquet adapté :

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

Puis le paquet en développement :

sudo apt install --install-recommends winehq-devel

Or, j'ai ce problème :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 winehq-devel : Dépend: wine-devel (= 5.21~groovy)
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

Hors ligne

#6 Le 18/11/2020, à 17:47

alv37

Re : Problème Installation de Wine

Je viens faire quelques recherche et apparemment il y a un problème avec une dépendance appeler libfaudio0 qui causerait tout ces problèmes.
Ils suggèrent d'installer libfaudio0 puis d'installer wine.

Tente d'installer le paquet de façon "classique" pour commencer

sudo apt install libfaudio0

si ça fonctionne pas télécharge le .deb depuis ce site

http://archive.ubuntu.com/ubuntu/pool/universe/f/faudio/libfaudio0_20.04-2_amd64.deb

puis ouvre le avec gdebi (normalement il est inclus dans ubuntu).

et ensuite relance l'installe de wine.


PC #1: Triple-Boot (Custom) : MS-7823 (MSI B85M-G43) | CPU:  Intel i7 4790k | RAM:  8 Go | GPU:  Nvidia Geforce GTX 970 | DE: Cinnamon
Windows 10 Pro 22H2 // VoidLinux // ArchLinux
PC #2 :(Custom) :  Linux Mint 21.3 | DE:  Cinnamon | MB:  Gigabyte GA-G31M-ES2L v2 | CPU:  Intel Pentium D 915 | RAM:  4 Go | GPU:  Intel 82G33/G31 Express Integrated Graphics

Hors ligne

#7 Le 18/11/2020, à 18:01

nany

Re : Problème Installation de Wine

Bonjour,



J’ai vu passer une demande d’aide en début d’après-midi mais je n’avais pas le temps matériel d’y répondre. Et, lorsque j’ai voulu y répondre, le message avait disparu.
Je découvre alors ce nouveau fil où tu ne dis pas tout ce que tu as tenté. Or il faut d’abord reconstruire ton sources.list qui est en vrac.

Donne le retour de :

sudo sed -i "s/\(ubuntu\/* \) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

Hors ligne

#8 Le 18/11/2020, à 19:01

laurerocherluna

Re : Problème Installation de Wine

Bonjour,

Oui en effet j'ai fait plusieurs tentatives aujourd'hui, c'était un peu chaotique.

Voici le retour :

/etc/apt/sources.list

     1	# deb cdrom:[Lubuntu focal18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203)]/ bionic main multiverse restricted universe
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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 http://fr.archive.ubuntu.com/ubuntu/ focal universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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 http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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 http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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 http://archive.canonical.com/ubuntu focal partner
    44	# deb-src http://archive.canonical.com/ubuntu focal partner
    45	
    46	deb http://security.ubuntu.com/ubuntu focal-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    48	deb http://security.ubuntu.com/ubuntu focal-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    50	deb http://security.ubuntu.com/ubuntu focal-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    52	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    53	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    54	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    55	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    56	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    57	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    58	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    59	# deb-src https//dl.winehq.org/wine-builds/ubuntu/ focal main
    60	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    61	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    62	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    63	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

/etc/apt/sources.list.distUpgrade


/etc/apt/sources.list.d/opera-stable.list.distUpgrade


/etc/apt/sources.list.d/skype-stable.list.save


/etc/apt/sources.list.d/opera-stable.list

     1	# This file makes sure that Opera Browser is kept up-to-date
     2	# as part of regular system upgrades
     3	
     4	deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)

/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] http://dl.google.com/linux/chrome/deb/ stable main

/etc/apt/sources.list.d/opera-stable.list.save


/etc/apt/sources.list.d/megasync.list

     1	# deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./ # désactivé pour la mise à niveau vers focal

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


/etc/apt/sources.list.d/megasync.list.distUpgrade


/etc/apt/sources.list.d/skype-stable.list

     1	# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal

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


/etc/apt/sources.list.d/skype-stable.list.distUpgrade


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


/etc/apt/sources.list~


/etc/apt/sources.list.save~


/etc/apt/sources.list.save

Hors ligne

#9 Le 18/11/2020, à 19:29

nany

Re : Problème Installation de Wine

OK. Il reste à éliminer les doublons.
Donne le retour de :

sudo sed -i '/winehq/d' /etc/apt/sources.list && sudo add-apt-repository "deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -sc) main"

Hors ligne

#10 Le 18/11/2020, à 19:34

laurerocherluna

Re : Problème Installation de Wine

Merci de votre aide.

Voici :

Réception de :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Atteint :2 http://dl.google.com/linux/chrome/deb stable InRelease              
Atteint :3 https://deb.opera.com/opera-stable stable InRelease                 
Réception de :4 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Atteint :5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease            
Réception de :6 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [98,3 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [157 kB]
Réception de :11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [372 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
Réception de :13 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [85,1 kB]
Réception de :14 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24,3 kB]
Réception de :15 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 48x48 Icons [11,0 kB]
Réception de :16 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 64x64 Icons [16,5 kB]
Réception de :17 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 64x64@2 Icons [29 B]
Réception de :18 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 128x128 Icons [40,2 kB]
Réception de :19 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [5428 B]
Réception de :20 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [8920 B]
Réception de :21 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [69,9 kB]
Réception de :22 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [11,4 kB]
Réception de :23 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [324 B]
Réception de :24 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [519 kB]
Réception de :25 http://fr.archive.ubuntu.com/ubuntu focal/main Translation-fr [500 kB]
Réception de :26 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 DEP-11 Metadata [494 kB]
Réception de :27 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [411 kB]
Réception de :28 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [68,0 kB]
Réception de :29 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [56,5 kB]
Réception de :30 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 48x48 Icons [23,0 kB]
Réception de :31 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 48x48 Icons [98,4 kB]
Réception de :32 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 64x64 Icons [40,9 kB]
Réception de :33 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 64x64@2 Icons [29 B]
Réception de :34 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 128x128 Icons [83,2 kB]
Réception de :35 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 64x64 Icons [163 kB]
Réception de :36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [9364 B]
Réception de :37 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1256 B]
Réception de :38 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [540 B]
Réception de :39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [116 B]
Réception de :40 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 64x64@2 Icons [15,8 kB]
Réception de :41 http://fr.archive.ubuntu.com/ubuntu focal/main DEP-11 128x128 Icons [367 kB]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 c-n-f Metadata [29,5 kB]
Réception de :43 http://fr.archive.ubuntu.com/ubuntu focal/restricted i386 Packages [8112 B]
Réception de :44 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22,0 kB]
Réception de :45 http://fr.archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B]
Réception de :46 http://fr.archive.ubuntu.com/ubuntu focal/restricted Translation-fr [5580 B]
Réception de :47 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 c-n-f Metadata [392 B]
Réception de :48 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
Réception de :49 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages [4642 kB]                                                                                                                                                 
Réception de :50 http://fr.archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]                                                                                                                                                
Réception de :51 http://fr.archive.ubuntu.com/ubuntu focal/universe Translation-fr [3497 kB]                                                                                                                                                
Réception de :52 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 DEP-11 Metadata [3603 kB]                                                                                                                                         
Réception de :53 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 48x48 Icons [3016 kB]                                                                                                                                            
Réception de :54 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64 Icons [7794 kB]                                                                                                                                            
Réception de :55 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64@2 Icons [44,3 kB]                                                                                                                                           
Réception de :56 http://fr.archive.ubuntu.com/ubuntu focal/universe DEP-11 128x128 Icons [14,3 MB]                                                                                                                                           
Réception de :57 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]                                                                                                                                            
Réception de :58 http://fr.archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [74,7 kB]                                                                                                                                                
Réception de :59 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]                                                                                                                                                
Réception de :60 http://fr.archive.ubuntu.com/ubuntu focal/multiverse Translation-fr [97,8 kB]                                                                                                                                               
Réception de :61 http://fr.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]                                                                                                                                                
Réception de :62 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 DEP-11 Metadata [48,4 kB]                                                                                                                                        
Réception de :63 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 48x48 Icons [23,1 kB]                                                                                                                                           
Réception de :64 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 64x64 Icons [192 kB]                                                                                                                                            
Réception de :65 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 64x64@2 Icons [214 B]                                                                                                                                           
Réception de :66 http://fr.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 128x128 Icons [326 kB]                                                                                                                                          
Réception de :67 http://fr.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B]                                                                                                                                         
Réception de :68 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [670 kB]                                                                                                                                              
Réception de :69 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [378 kB]                                                                                                                                               
Réception de :70 http://fr.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [167 kB]                                                                                                                                              
Réception de :71 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [237 kB]                                                                                                                                       
Réception de :72 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 48x48 Icons [54,3 kB]                                                                                                                                         
Réception de :73 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64 Icons [86,5 kB]                                                                                                                                         
Réception de :74 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64@2 Icons [29 B]                                                                                                                                          
Réception de :75 http://fr.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 128x128 Icons [190 kB]                                                                                                                                        
Réception de :76 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [11,1 kB]                                                                                                                                       
Réception de :77 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [95,7 kB]                                                                                                                                       
Réception de :78 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [13,4 kB]                                                                                                                                        
Réception de :79 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [14,8 kB]                                                                                                                                       
Réception de :80 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [348 B]                                                                                                                                   
Réception de :81 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [693 kB]                                                                                                                                          
Réception de :82 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [516 kB]                                                                                                                                           
Réception de :83 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [134 kB]                                                                                                                                          
Réception de :84 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [205 kB]                                                                                                                                   
Réception de :85 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 48x48 Icons [109 kB]                                                                                                                                      
Réception de :86 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64 Icons [204 kB]                                                                                                                                      
Réception de :87 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64@2 Icons [29 B]                                                                                                                                      
Réception de :88 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 128x128 Icons [468 kB]                                                                                                                                    
Réception de :89 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [13,1 kB]                                                                                                                                   
Réception de :90 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [20,0 kB]                                                                                                                                       
Réception de :91 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [5912 B]                                                                                                                                        
Réception de :92 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [4668 B]                                                                                                                                       
Réception de :93 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2468 B]                                                                                                                                
Réception de :94 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 48x48 Icons [29 B]                                                                                                                                      
Réception de :95 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 64x64 Icons [2638 B]                                                                                                                                   
Réception de :96 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 64x64@2 Icons [29 B]                                                                                                                                    
Réception de :97 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 128x128 Icons [29 B]                                                                                                                                    
Réception de :98 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [552 B]                                                                                                                                   
Réception de :99 http://fr.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [112 B]                                                                                                                                       
Réception de :100 http://fr.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]                                                                                                                                
Réception de :101 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4012 B]                                                                                                                                      
Réception de :102 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [2904 B]                                                                                                                                       
Réception de :103 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [1448 B]                                                                                                                                      
Réception de :104 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1768 B]                                                                                                                               
Réception de :105 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 48x48 Icons [2809 B]                                                                                                                                  
Réception de :106 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64 Icons [3944 B]                                                                                                                                  
Réception de :107 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64@2 Icons [29 B]                                                                                                                                   
Réception de :108 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 128x128 Icons [6807 B]                                                                                                                                
Réception de :109 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [224 B]                                                                                                                                  
Réception de :110 http://fr.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]                                                                                                                                
62,7 Mo réceptionnés en 36s (1733 ko/s)                                                                                                                                                                                                     
Lecture des listes de paquets... Fait

Hors ligne

#11 Le 18/11/2020, à 19:42

nany

Re : Problème Installation de Wine

Ça me paraît maintenant correct.
Tu dois pouvoir effectuer cette commande sans erreur :

sudo apt install --install-recommends winehq-stable

Hors ligne

#12 Le 18/11/2020, à 19:53

laurerocherluna

Re : Problème Installation de Wine

Ça a marché !

Merci beaucoup à vous deux, Nany et alv37 !

Bonne soirée,
Laure

Hors ligne