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 28/06/2022, à 14:12

azzaze

Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour, je souhaite utiliser playOnLinux, mais il me demande d'avoir wine32 (j'ai actuellement wine64).
J'ai vu que beaucoup de gens étaient dans mon cas, mais je n'ai jamais trouvé de réelle solution.

J'ai donc tenté de l'installer avec

sudo apt-get install wine32

Mais je me prends ceci :

Les paquets suivants contiennent des dépendances non satisfaites :
 wine32:i386 : Dépend: libwine:i386 (= 5.0-3ubuntu1) mais ne sera pas installé

Donc j'ai tenté d'installer la librairie demandée avec

sudo apt-get install libwine:i286

Et je me prends ceci :

Les paquets suivants contiennent des dépendances non satisfaites :
 libwine:i386 : Dépend: libfaudio0:i386 (>= 19.06.07) mais ne sera pas installé
                Dépend: libglib2.0-0:i386 (>= 2.12.0) mais ne sera pas installé
                Dépend: libgphoto2-6:i386 (>= 2.5.10) mais ne sera pas installé
                Dépend: libgstreamer-plugins-base1.0-0:i386 (>= 1.0.0) mais ne sera pas installé
                Dépend: libgstreamer1.0-0:i386 (>= 1.4.0) mais ne sera pas installé
                Dépend: libxml2:i386 (>= 2.9.0) mais ne sera pas installé
                Recommande: libsane:i386 (>= 1.0.24) mais ne sera pas installé
                Recommande: libxslt1.1:i386 (>= 1.1.25) mais ne sera pas installé
                Recommande: gstreamer1.0-plugins-good:i386 mais ne sera pas installé

En me basant sur d'autres sujets, j'ai essayé ceci :

Activer les MAJ en focal-proposed :

https://www.zupimages.net/up/22/26/0u3i.png

Puis en faisant ceci :

sudo dpkg --add-architecture i386
sudo apt update

Et en refaisant les commandes ci-dessus pour installer la librairie ou wine32, mais toujours les mêmes erreurs.
Je suis à court d'idées..

J'ai vu que le fichier sources.list pouvait aider : https://pastebin.com/8dBR0mR4

J'ai également essayé toutes ces commandes trouvées sur d'autres sites :

sudo apt policy libc6:{amd64,i386}

qui me donne :

libc6:
  Installé : 2.31-0ubuntu9.9
  Candidat : 2.31-0ubuntu9.9
 Table de version :
 *** 2.31-0ubuntu9.9 500
        500 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9.7 500
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     2.31-0ubuntu9 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
libc6:i386:
  Installé : 2.31-0ubuntu9.9
  Candidat : 2.31-0ubuntu9.9
 Table de version :
 *** 2.31-0ubuntu9.9 500
        500 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9.7 500
        500 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
     2.31-0ubuntu9 500
        500 http://fr.archive.ubuntu.com/ubuntu focal/main i386 Packages

Puis

sudo apt install libc6/stable

qui donne

E: La version « stable » de « libc6 » est introuvable

Et enfin

 sudo apt install libc6 

qui donne

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
libc6 est déjà la version la plus récente (2.31-0ubuntu9.9).
libc6 passé en « installé manuellement ».
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-headers-5.13.0-48-generic linux-hwe-5.13-headers-5.13.0-48 linux-image-5.13.0-48-generic linux-modules-5.13.0-48-generic
  linux-modules-extra-5.13.0-48-generic linux-modules-nvidia-470-5.13.0-48-generic linux-objects-nvidia-470-5.13.0-48-generic
  linux-signatures-nvidia-5.13.0-48-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Si quelqu'un a une idée de ce qui peut clocher, je vous remercie !

Dernière modification par azzaze (Le 28/06/2022, à 14:19)

Hors ligne

#2 Le 28/06/2022, à 14:14

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Collage du sources.list :

# deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal main restricted
 
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
 
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
 
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
 
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
 
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
 
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
 
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
 
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
deb http://fr.archive.ubuntu.com/ubuntu/ focal-proposed multiverse universe main restricted

Je te laisse lire la Doc : depots#proposed

§ 2.3 a écrit :

Proposed
Les dépôts "proposed" contiennent des paquets proposés à fins de tests seulement ! Ils servent à tester des paquets ou des mises à jour avant qu'ils n'intègrent définitivement les dépôts principaux. Ils peuvent donc être à l'origine de plantage et de corruption de système ! N'ajoutez ces dépôts que si vous savez ce que vous faites !
Ces dépôts correspondent à la case à cocher "Mises à jour en préversion (proposed)" → onglet "Mises à jour" de l'application Logiciels & Mises à jour.

Dernière modification par xubu1957 (Le 28/06/2022, à 14:15)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#3 Le 28/06/2022, à 14:21

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour, merci pour la réponse, je précise que le problème date d'avant avoir accepté les MAJ de test

Hors ligne

#4 Le 28/06/2022, à 14:25

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Tu avais regardé la Doc playonlinux (§ 4.1) ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#5 Le 28/06/2022, à 14:30

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Oui, j'ai regardé, et rien ne me choque dans ce que j'ai fait jusqu'à maintenant, et aucune mention d'une potentielle erreur due à wine32

Hors ligne

#6 Le 28/06/2022, à 14:32

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Fournis :

dpkg -l | grep wine

comme le demande abelthorne.

Dernière modification par xubu1957 (Le 28/06/2022, à 14:32)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#7 Le 28/06/2022, à 14:36

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Voici le résultat :

ii  fonts-wine                                    5.0-3ubuntu1                                                         all          Windows API implementation - fonts
ii  libkwineffects12                              4:5.18.7-0ubuntu0.1                                                  amd64        KDE window manager effects library
ii  libwine:amd64                                 5.0-3ubuntu1                                                         amd64        Windows API implementation - library
ii  wine                                          5.0-3ubuntu1                                                         all          Windows API implementation - standard suite
ii  wine64                                        5.0-3ubuntu1                                                         amd64        Windows API implementation - 64-bit binary loader
ii  winetricks                                    0.0+20200412-1                                                       all          simple tool to work around common problems in Wine

J'essaie également de supprimer wine et le réinstaller comme il le dit dans ses autres messages ?

Dernière modification par azzaze (Le 28/06/2022, à 14:38)

Hors ligne

#8 Le 28/06/2022, à 14:40

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Je ne sais pas renseigner pour wine !

Je demandais à abelthorne, mais il n'est plus venu sur le forum depuis fin février. hmm

Montre aussi d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Dernière modification par xubu1957 (Le 28/06/2022, à 14:41)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#9 Le 29/06/2022, à 07:35

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour, effectivement j'ai énormément de paquets cassés ^^'

 ~  dpkg -l | grep -v ^ii                                              100 err 
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                                              Architecture Description
+++-=============================================-====================================================================-============-==============================================================================================
rc  apt-config-icons-large                        0.12.10-2                                                            all          APT configuration snippet to enable large icon downloads
rc  apt-config-icons-large-hidpi                  0.12.10-2                                                            all          APT configuration snippet to enable large HiDPI icon downloads
rc  apt-xapian-index                              0.51ubuntu1                                                          all          maintenance and search tools for a Xapian index of Debian packages
rc  ark                                           4:19.12.3-0ubuntu1.2                                                 amd64        archive utility
rc  baloo-kf5                                     5.68.0-0ubuntu1                                                      amd64        framework for searching and managing metadata
rc  binfmt-support                                2.2.1-1                                                              amd64        Support for extra binary formats
rc  code                                          1.60.2-1632313585                                                    amd64        Code editing. Redefined.
rc  crda                                          4.14+git20191112.9856751-1build1                                     amd64        wireless Central Regulatory Domain Agent
rc  cryptsetup                                    2:2.2.2-3ubuntu2.4                                                   amd64        disk encryption support - startup scripts
rc  cryptsetup-initramfs                          2:2.2.2-3ubuntu2.4                                                   all          disk encryption support - initramfs integration
rc  docbook-xsl                                   1.79.2+dfsg-1                                                        all          stylesheets for processing DocBook XML to various output formats
rc  dolphin                                       4:19.12.3-0ubuntu1                                                   amd64        file manager
rc  dvdauthor                                     0.7.2-1build1                                                        amd64        create DVD-Video file system
rc  encfs                                         1.9.5-1build2                                                        amd64        encrypted virtual filesystem
rc  fuse                                          2.9.9-5ubuntu2                                                       amd64        Filesystem in Userspace
rc  gconf2-common                                 3.2.6-7ubuntu2                                                       all          GNOME configuration database system (common files)
rc  gnustep-base-runtime                          1.27.0-3build3.1                                                     amd64        GNUstep Base library - daemons and tools
rc  gnustep-common                                2.8.0-1                                                              amd64        Common files for the core GNUstep environment
rc  haveged                                       1.9.1-6ubuntu1                                                       amd64        Linux entropy source using the HAVEGE algorithm
rc  ieee-data                                     20180805.1                                                           all          OUI and IAB listings
rc  ippusbxd                                      1.34-2ubuntu1                                                        amd64        Daemon for IPP USB printer support
rc  kaccounts-providers                           4:21.08.1-0ubuntu1                                                   amd64        KDE providers for accounts sign-on
rc  kate5-data                                    4:19.12.3-0ubuntu1                                                   all          shared data files for Kate text editor
rc  kde-config-gtk-style:amd64                    4:5.18.8-0ubuntu0.1                                                  amd64        KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection
rc  kde-config-sddm                               4:5.18.4.1-0ubuntu1                                                  amd64        KCM module for SDDM
rc  kde-config-tablet                             3.2.0-3build1                                                        amd64        implements a KDE configuration GUI for the Wacom drivers
rc  kdeconnect                                    21.08.1-0ubuntu1                                                     amd64        connect smartphones to your desktop devices
rc  kibana                                        7.13.4                                                               amd64        Explore and visualize your Elasticsearch data
rc  kinfocenter                                   4:5.18.5-0ubuntu0.1                                                  amd64        system information viewer
rc  kmenuedit                                     4:5.18.4.1-0ubuntu1                                                  amd64        XDG menu editor
rc  kmines                                        4:19.12.3-0ubuntu1                                                   amd64        minesweeper game
rc  kpat                                          4:19.12.3-0ubuntu1                                                   amd64        solitaire card games
rc  kscreen                                       4:5.18.4.1-0ubuntu1                                                  amd64        KDE monitor hotplug and screen handling
rc  ksudoku                                       4:19.12.3-0ubuntu1                                                   amd64        Sudoku puzzle game and solver
rc  ksysguard-data                                4:5.18.4.1-0ubuntu1                                                  all          library for monitoring your system - shared library
rc  ksysguardd                                    4:5.22.0-0ubuntu1                                                    amd64        System Guard Daemon
rc  kubuntu-settings-desktop                      1:20.04.9                                                            all          Settings and artwork for the Kubuntu (Desktop)
rc  kwalletmanager                                4:21.08.1-0ubuntu1                                                   amd64        secure password wallet manager
rc  kwrited                                       4:5.18.4.1-0ubuntu1                                                  amd64        Read and write console output to X.
rc  libgl1-mesa-dri:i386                          21.2.6-0ubuntu0.1~20.04.2                                            i386         free implementation of the OpenGL API -- DRI modules
rc  libkf5contacts-data                           5:5.86.0-0ubuntu1                                                    all          data files for kcontacts
rc  libkf5emoticons-data                          5.68.0-0ubuntu1                                                      all          Support for emoticons and emoticons themes.
rc  libkf5kdegames-data                           4:19.12.3-1ubuntu1                                                   all          shared library for KDE games - data files
rc  libkf5kdelibs4support-data                    5.86.0-0ubuntu1                                                      all          Porting aid from KDELibs4.
rc  libkf5khtml-data                              5.86.0-0ubuntu1                                                      all          HTML widget and component
rc  libkf5kmahjongglib-data                       4:19.12.3-0ubuntu1                                                   all          shared library for kmahjongg and kshisen
rc  libkf5modemmanagerqt6:amd64                   5.68.0-0ubuntu1                                                      amd64        Qt wrapper library for ModemManager
rc  libkf5purpose-bin:amd64                       5.86.0-0ubuntu1                                                      amd64        abstraction to provide and leverage actions of a specific kind, runtime
rc  libkf5purpose5:amd64                          5.86.0-0ubuntu1                                                      amd64        library for abstractions to get the developer's purposes fulfilled
rc  libpython3.8-minimal:amd64                    3.8.10-0ubuntu1~20.04.4                                              amd64        Minimal subset of the Python language (version 3.8)
rc  libpython3.9-minimal:amd64                    3.9.7-2build1                                                        amd64        Minimal subset of the Python language (version 3.9)
rc  libqapt3-runtime                              3.0.5-1ubuntu1                                                       amd64        Runtime components for the QApt library
rc  libreoffice-kf5                               1:6.4.7-0ubuntu0.20.04.4                                             amd64        office productivity suite -- KDE Frameworks 5 integration
rc  libreoffice-plasma                            1:6.4.7-0ubuntu0.20.04.4                                             amd64        office productivity suite -- some Plasma integration
rc  libreoffice-qt5                               1:6.4.7-0ubuntu0.20.04.4                                             amd64        office productivity suite -- Qt 5 integration
rc  libreoffice-style-tango                       1:7.2.7-0ubuntu0.21.10.1                                             all          transitional package for Tango symbol style
rc  libssl1.1:i386                                1.1.1l-1ubuntu1.5                                                    i386         Secure Sockets Layer toolkit - shared libraries
rc  linux-image-5.11.0-27-generic                 5.11.0-27.29~20.04.1                                                 amd64        Signed kernel image generic
rc  linux-image-5.11.0-34-generic                 5.11.0-34.36~20.04.1                                                 amd64        Signed kernel image generic
rc  linux-image-5.11.0-37-generic                 5.11.0-37.41~20.04.2                                                 amd64        Signed kernel image generic
rc  linux-image-5.11.0-40-generic                 5.11.0-40.44~20.04.2                                                 amd64        Signed kernel image generic
rc  linux-image-5.11.0-41-generic                 5.11.0-41.45~20.04.1                                                 amd64        Signed kernel image generic
rc  linux-image-5.13.0-28-generic                 5.13.0-28.31~20.04.1                                                 amd64        Signed kernel image generic
rc  linux-image-5.13.0-48-generic                 5.13.0-48.54~20.04.1                                                 amd64        Signed kernel image generic
rc  linux-image-5.13.0-51-generic                 5.13.0-51.58                                                         amd64        Signed kernel image generic
rc  linux-image-5.8.0-43-generic                  5.8.0-43.49~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-image-5.8.0-45-generic                  5.8.0-45.51~20.04.1+1                                                amd64        Signed kernel image generic
rc  linux-image-5.8.0-48-generic                  5.8.0-48.54~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-image-5.8.0-50-generic                  5.8.0-50.56~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-image-5.8.0-55-generic                  5.8.0-55.62~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-image-5.8.0-59-generic                  5.8.0-59.66~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-image-5.8.0-63-generic                  5.8.0-63.71~20.04.1                                                  amd64        Signed kernel image generic
rc  linux-modules-5.11.0-27-generic               5.11.0-27.29~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-34-generic               5.11.0-34.36~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-37-generic               5.11.0-37.41~20.04.2                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-40-generic               5.11.0-40.44~20.04.2                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-41-generic               5.11.0-41.45~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.13.0-28-generic               5.13.0-28.31~20.04.1                                                 amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-5.13.0-48-generic               5.13.0-48.54~20.04.1                                                 amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-5.13.0-51-generic               5.13.0-51.58                                                         amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-43-generic                5.8.0-43.49~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-45-generic                5.8.0-45.51~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-48-generic                5.8.0-48.54~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-50-generic                5.8.0-50.56~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-55-generic                5.8.0-55.62~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-59-generic                5.8.0-59.66~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-63-generic                5.8.0-63.71~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-27-generic         5.11.0-27.29~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-34-generic         5.11.0-34.36~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-37-generic         5.11.0-37.41~20.04.2                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-40-generic         5.11.0-40.44~20.04.2                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-41-generic         5.11.0-41.45~20.04.1                                                 amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.13.0-28-generic         5.13.0-28.31~20.04.1                                                 amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.13.0-48-generic         5.13.0-48.54~20.04.1                                                 amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.13.0-51-generic         5.13.0-51.58                                                         amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.13.0-52-generic         5.13.0-52.59                                                         amd64        Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-43-generic          5.8.0-43.49~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-45-generic          5.8.0-45.51~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-48-generic          5.8.0-48.54~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-50-generic          5.8.0-50.56~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-53-generic          5.8.0-53.60~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-55-generic          5.8.0-55.62~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-59-generic          5.8.0-59.66~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-63-generic          5.8.0-63.71~20.04.1                                                  amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-nvidia-460-5.8.0-43-generic     5.8.0-43.49~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-43
rc  linux-modules-nvidia-460-5.8.0-45-generic     5.8.0-45.51~20.04.1+1                                                amd64        Linux kernel nvidia modules for version 5.8.0-45
rc  linux-modules-nvidia-460-5.8.0-48-generic     5.8.0-48.54~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-48
rc  linux-modules-nvidia-460-5.8.0-50-generic     5.8.0-50.56~20.04.1+1                                                amd64        Linux kernel nvidia modules for version 5.8.0-50
rc  linux-modules-nvidia-460-5.8.0-53-generic     5.8.0-53.60~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-53
rc  linux-modules-nvidia-470-5.13.0-48-generic    5.13.0-48.54~20.04.1                                                 amd64        Linux kernel nvidia modules for version 5.13.0-48
rc  linux-modules-nvidia-470-5.13.0-51-generic    5.13.0-51.58                                                         amd64        Linux kernel nvidia modules for version 5.13.0-51
rc  linux-objects-nvidia-460-5.11.0-27-generic    5.11.0-27.29~20.04.1                                                 amd64        Linux kernel nvidia modules for version 5.11.0-27 (objects)
rc  linux-objects-nvidia-460-5.11.0-37-generic    5.11.0-37.41~20.04.2                                                 amd64        Linux kernel nvidia modules for version 5.11.0-37 (objects)
rc  linux-objects-nvidia-460-5.8.0-50-generic     5.8.0-50.56~20.04.1+1                                                amd64        Linux kernel nvidia modules for version 5.8.0-50 (objects)
rc  linux-objects-nvidia-460-5.8.0-55-generic     5.8.0-55.62~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-55 (objects)
rc  linux-objects-nvidia-460-5.8.0-59-generic     5.8.0-59.66~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-59 (objects)
rc  linux-objects-nvidia-460-5.8.0-63-generic     5.8.0-63.71~20.04.1                                                  amd64        Linux kernel nvidia modules for version 5.8.0-63 (objects)
rc  linux-objects-nvidia-470-5.13.0-48-generic    5.13.0-48.54~20.04.1                                                 amd64        Linux kernel nvidia modules for version 5.13.0-48 (objects)
rc  linux-objects-nvidia-470-5.13.0-51-generic    5.13.0-51.58                                                         amd64        Linux kernel nvidia modules for version 5.13.0-51 (objects)
rc  ltrace                                        0.7.3-6.1ubuntu6                                                     amd64        Tracks runtime library calls in dynamically linked programs
rc  mariadb-client-10.3                           1:10.3.34-0ubuntu0.20.04.1                                           amd64        MariaDB database client binaries
rc  mariadb-client-10.5                           1:10.5.15-0ubuntu0.21.10.1                                           amd64        MariaDB database client binaries
rc  mariadb-server-10.3                           1:10.3.34-0ubuntu0.20.04.1                                           amd64        MariaDB database server binaries
rc  mariadb-server-10.5                           1:10.5.15-0ubuntu0.21.10.1                                           amd64        MariaDB database server binaries
rc  mlocate                                       0.26-5ubuntu1                                                        amd64        quickly find files on the filesystem based on their name
rc  mtools                                        4.0.33-1+really4.0.32-1                                              amd64        Tools for manipulating MSDOS files
rc  node-duplexer3                                0.1.4-5                                                              all          Like duplexer but using streams3
rc  okular                                        4:21.08.1-1ubuntu3                                                   amd64        universal document viewer
rc  php7.4-bz2                                    7.4.21-1+ubuntu20.04.1+deb.sury.org+1                                amd64        bzip2 module for PHP
rc  php8.0-bz2                                    1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        bzip2 module for PHP
rc  php8.0-curl                                   1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        CURL module for PHP
rc  php8.0-fpm                                    1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
rc  php8.0-gd                                     1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        GD module for PHP
rc  php8.0-intl                                   1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        Internationalisation module for PHP
rc  php8.0-mailparse                              3.1.2+2.1.7~dev20160128-2+ubuntu20.04.1+deb.sury.org+3               amd64        Email message manipulation for PHP
rc  php8.0-mbstring                               1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        MBSTRING module for PHP
rc  php8.0-soap                                   1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        SOAP module for PHP
rc  php8.0-sqlite3                                1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        SQLite3 module for PHP
rc  php8.0-xdebug                                 3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1               amd64        Xdebug Module for PHP
rc  php8.0-xml                                    1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        DOM, SimpleXML, XML, and XSL module for PHP
rc  php8.0-zip                                    1:8.0.20-2+ubuntu20.04.1+deb.sury.org+1                              amd64        Zip module for PHP
rc  plasma-browser-integration                    5.18.5-0ubuntu0.1                                                    amd64        Chromium, Google Chrome, Firefox integration for Plasma
rc  plasma-desktop                                4:5.18.8-0ubuntu0.1                                                  amd64        Tools and widgets for the desktop
rc  plasma-discover                               5.18.7-0ubuntu0.1                                                    amd64        Discover software management suite
rc  plasma-discover-backend-snap                  5.18.7-0ubuntu0.1                                                    amd64        Discover software management suite - Snap backend
rc  plasma-discover-common                        5.18.7-0ubuntu0.1                                                    all          Discover software manager suite (common data files)
rc  plasma-widgets-addons                         4:5.18.7-0ubuntu0.1                                                  amd64        additional widgets for Plasma 5
rc  popularity-contest                            1.71ubuntu1                                                          all          Vote for your favourite packages automatically
rc  python3-jsonschema                            3.2.0-0ubuntu2                                                       all          An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x
rc  python3.8-minimal                             3.8.10-0ubuntu1~20.04.4                                              amd64        Minimal subset of the Python language (version 3.8)
rc  python3.9-minimal                             3.9.7-2build1                                                        amd64        Minimal subset of the Python language (version 3.9)
rc  signond                                       8.59+17.10.20170606-0ubuntu2.20.04.1                                 amd64        Single Sign On framework
rc  systemsettings                                4:5.18.7-0ubuntu0.1                                                  amd64        System Settings interface
rc  unar                                          1.10.1-2build9                                                       amd64        Unarchiver for a variety of file formats
rc  usb-creator-common                            0.3.7                                                                amd64        create a startup disk using a CD or disc image (common files)
rc  user-manager                                  4:5.18.4.1-0ubuntu1                                                  amd64        user management tool for the Plasma workspace
rc  varnish                                       6.2.1-2                                                              amd64        state of the art, high-performance web accelerator
rc  winbind                                       2:4.15.5~dfsg-0ubuntu5                                               amd64        service to resolve user and group information from Windows NT servers
rc  xul-ext-ubufox                                3.4-0ubuntu1.17.10.1                                                 all          Ubuntu modifications for Firefox

Hors ligne

#10 Le 29/06/2022, à 09:23

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Ce ne sont pas des paquets cassés, mais des restes de configuration.

Pour l'état des paquets :

Le 14/08/2020, moko138 a écrit :

(...)
La source est tout simplement :

man dpkg-query
              Les trois premières colonnes affichées montrent dans l'ordre : l'action souhaitée,  l'état
              du paquet et les erreurs.

              Action souhaitée :
                u = Inconnu (Unknown)
                i = Installer (Install)
                h = Garder (Hold)
                r = Supprimer (Remove)
                p = Purger (Purge)

              État du paquet :
                n = Non installé (Not-installed)
                c = Fichiers de configuration (Config-files)
                H = Semi-installé (Half-installed)
                U = Décompressé (Unpacked)
                F = Semi-configuré (Half-configured)
                W = Attente de déclenchements (Triggers-awaiting)
                t = Déclenchements en attente (Triggers-pending)
                i = Installé (Installed)

              Drapeaux d'erreur :
                <empty> = (none)
                R = Reinst-required

              Un  état  en  majuscules ou une lettre d'erreur indiquent que le paquet peut provoquer des
              problèmes graves. Veuillez consulter dpkg(1) à propos des états et drapeaux ci-dessus.

Pour nettoyer les fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :

Le 22/07/2020, nany a écrit :
dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P

Pour info, les précisions de nany, pour la commande de nettoyage


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#11 Le 29/06/2022, à 10:41

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Okay je viens de faire la commande de nettoyage. Une petite précision, juste avant mon dernier message, j'ai mis à jour la version d'ubuntu de la 20.04 à la 22.04 (en me disant que ça pourrait régler des problèmes).

Le contenu affiché par

dpkg -l | grep -v ^ii

est bien celui après avoir fait la MAJ, je précise.

Bien, après avoir fait le nettoyage, si je relance

sudo apt install wine32

j'ai de nouvelles erreurs malheureusement :

 ~  sudo apt install wine32                                                                                                                       ok 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
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 :
 apt : Dépend: adduser mais ne sera pas installé
 coreutils : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 dpkg : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 findutils : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 grep : Pré-Dépend: libpcre3 mais il n'est pas installable
 init : Pré-Dépend: systemd-sysv
 login : Pré-Dépend: libpam-runtime mais ne sera pas installé
         Pré-Dépend: libpam-modules mais ne sera pas installé
 sed : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 shim-signed : Dépend: grub-efi-amd64-signed mais ne sera pas installé ou
                        grub-efi-arm64-signed mais il n'est pas installable
               Dépend: grub2-common (>= 2.04-1ubuntu24)
 tar : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 util-linux : Pré-Dépend: libmount1 (>= 2.37.2) mais ne sera pas installé
              Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
E: Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé par les paquets devant être gardés en l'état.

Et en bas à droite du terminal, ça m'affiche "100 erreurs"

Je crois que c'est pas bon signe

Et une petite MAJ de la commande

dpkg -l | grep wine
dpkg -l | grep wine                                                                                                                      100 err 
ii  fonts-wine                                    6.0.3~repack-1                                                       all          Windows API implementation - fonts
ii  libkwineffects13                              4:5.24.4-0ubuntu1                                                    amd64        KDE window manager effects library
ii  libwine:amd64                                 6.0.3~repack-1                                                       amd64        Windows API implementation - library
ii  wine                                          6.0.3~repack-1                                                       all          Windows API implementation - standard suite
ii  wine64                                        6.0.3~repack-1                                                       amd64        Windows API implementation - 64-bit binary loader

Dernière modification par azzaze (Le 29/06/2022, à 10:44)

Hors ligne

#12 Le 29/06/2022, à 10:44

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Donne le retour de :

sudo apt update

et montre le sources.list :

find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#13 Le 29/06/2022, à 10:47

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Hello,

Voilà le contenu pour

sudo apt update

(c'est un peu le bordel, n'ayant pas de connaissances particulières avec linux, il m'est arrivé parfois de faire un peu n'importe quoi)

 ~  sudo apt update                                                                                                                               ok 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [109 kB]                                                                 
Atteint :3 https://updates.signal.org/desktop/apt xenial InRelease                                                                                   
Réception de :4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]                                                       
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [99,8 kB]                                    
Réception de :6 https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal InRelease [5071 B]                        
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [326 kB]              
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [141 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [79,8 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [90,7 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [11,4 kB]       
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [5720 B]                
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [94,5 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,5 kB]
1087 ko réceptionnés en 1s (913 ko/s)                                         
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Tous les paquets sont à jour.
W: La cible Packages (main/binary-amd64/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Packages (main/binary-all/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-fr_FR) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-fr) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-en) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11 (main/dep11/Components-amd64.yml) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11 (main/dep11/Components-all.yml) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons-small (main/dep11/icons-48x48.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons (main/dep11/icons-64x64.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible CNF (main/cnf/Commands-amd64) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible CNF (main/cnf/Commands-all) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Packages (main/binary-amd64/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Packages (main/binary-all/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-fr_FR) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-fr) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible Translations (main/i18n/Translation-en) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11 (main/dep11/Components-amd64.yml) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11 (main/dep11/Components-all.yml) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons-small (main/dep11/icons-48x48.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons (main/dep11/icons-64x64.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible CNF (main/cnf/Commands-amd64) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2
W: La cible CNF (main/cnf/Commands-all) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2

Et le résultat pour le source.list :

 ~  find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;


	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal 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://fr.archive.ubuntu.com/ubuntu/ jammy 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/ jammy-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/ jammy universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    38	
    39	
    40	deb http://security.ubuntu.com/ubuntu jammy-security main restricted
    41	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    42	deb http://security.ubuntu.com/ubuntu jammy-security universe
    43	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    44	deb http://security.ubuntu.com/ubuntu jammy-security multiverse
    45	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    46	
    47	# This system was installed using small removable media
    48	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    49	# entries were disabled at the end of the installation process.
    50	# For information about how to configure apt package sources,
    51	# see the sources.list(5) manual.
    52	# deb [arch=amd64] https://download.docker.com/linux/ubuntu impish stable # désactivé pour la mise à niveau vers impish
    53	# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
    54	# deb https://dl.winehq.org/wine-builds/ubuntu/ impish main # désactivé pour la mise à niveau vers impish
    55	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

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


	/etc/apt/sources.list.d/vscode.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,arm64,armhf] http://packages.microsoft.com/repos/code stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list.distUpgrade


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list

     1	# deb http://ppa.launchpad.net/ondrej/apache2/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/ondrej/apache2/ubuntu focal main

	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list.save


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list.save


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


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


	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list.save


	/etc/apt/sources.list.d/elastic-7.x.list.save


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


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


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list

     1	# deb http://ppa.launchpad.net/strukturag/libde265/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/strukturag/libde265/ubuntu focal main

	/etc/apt/sources.list.d/blackfire.list

     1	# deb http://packages.blackfire.io/debian any main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/elastic-7.x.list.distUpgrade


	/etc/apt/sources.list.d/teamviewer.list

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    15	###       teamviewer repo preview        - additionally, make feature preview packages available
    16	###       teamviewer repo development    - additionally, make the latest development packages available
    17	
    18	
    19	# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers impish
    20	
    21	# deb https://linux.teamviewer.com/deb preview main
    22	# deb https://linux.teamviewer.com/deb development main

	/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 # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/elastic-7.x.list

     1	# deb https://artifacts.elastic.co/packages/7.x/apt stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list.save


	/etc/apt/sources.list.d/signal-xenial.list.distUpgrade


	/etc/apt/sources.list.d/signal-xenial.list.save


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list

     1	# deb http://ppa.launchpad.net/peek-developers/stable/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/peek-developers/stable/ubuntu focal main

	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list.distUpgrade


	/etc/apt/sources.list.d/teams.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] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main
     2	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

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

     1	# Source: Symfony
     2	# Site: https://github.com/symfony-cli/symfony-cli
     3	# Repository: Symfony / Symfony CLI
     4	# Description: The Symfony CLI tool
     5	
     6	
     7	deb [signed-by=/usr/share/keyrings/symfony-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal main
     8	
     9	deb-src [signed-by=/usr/share/keyrings/symfony-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal main

	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list

     1	# deb http://ppa.launchpad.net/noobslab/themes/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/noobslab/themes/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list

     1	# deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal main

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


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


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


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.save


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list.distUpgrade


	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list.save


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


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


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


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


	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list

     1	# deb http://ppa.launchpad.net/ondrej/php/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/ondrej/php/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.distUpgrade


	/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-focal.list


	/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-focal.list.save


	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list

     1	# deb http://ppa.launchpad.net/mutse-young/remastersys/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/mutse-young/remastersys/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.save


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


	/etc/apt/sources.list.d/goreleaser.list

     1	# deb [trusted=yes] https://repo.goreleaser.com/apt/ / # désactivé pour la mise à niveau vers impish

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

     1	# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main

Merci encore pour toute l'aide que vous m'apportez vous êtes génial ! smile

Au cas où j'ai modifié le message précédent avant de voir votre dernier message. Dans lequel je vous remets ce que j'ai maintenant en tapant

dpkg -l | grep wine

Dernière modification par azzaze (Le 29/06/2022, à 10:48)

Hors ligne

#14 Le 29/06/2022, à 11:07

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

W: La cible Packages (main/binary-amd64/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/signal-xenial.list:1 et /etc/apt/sources.list.d/signal-xenial.list:2

Pour le doublon de signal, je laisse la main aux experts.

	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list

Cette remarque :

Le 07/10/2021, bruno a écrit :

Bonjour,

Voir les nombreux fils de discussions sur le forum où les utilisateurs ont des problèmes suite à l'utilisation des dépôts sury /ppa-ondrej


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#15 Le 29/06/2022, à 11:12

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Du coup en attendant un éventuel expert pour l'histoire des doublons, il y a d'autres choses que je pourrais faire vous pensez?

Hors ligne

#16 Le 29/06/2022, à 11:18

xubu1957

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Je vois aussi :

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

Pour info >  cette vacherie de grub-customizer tongue


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

En ligne

#17 Le 29/06/2022, à 11:24

ylag

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Pour le doublon de signal, on voit au message #13 que le fichier de sources /etc/apt/sources.list.d/signal-xenial.list contient deux lignes identiques ; il faut en supprimer une.
Cette commande devrait le faire :

cd /etc/apt/sources.list.d && sudo sed -i '2d' signal-xenial.list ; cd

A+

Dernière modification par ylag (Le 29/06/2022, à 11:26)

Hors ligne

#18 Le 29/06/2022, à 11:36

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bah le grub-customizer en vrai ça fait joli non ? lol

Je viens d'effectuer la commande

cd /etc/apt/sources.list.d && sudo sed -i '2d' signal-xenial.list ; cd

Par ailleurs, voici le contenu actuel de

 sudo apt update

qui a bien tout nettoyé smile

 ~  sudo apt update                                                                                                                           ok  3s 
Atteint :1 https://updates.signal.org/desktop/apt xenial InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease                                                                                  
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [109 kB]                                                            
Atteint :4 http://security.ubuntu.com/ubuntu jammy-security InRelease                                   
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [99,8 kB]                
Réception de :6 https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal InRelease [5071 B]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [326 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [141 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [90,9 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [211 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [63,4 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [134 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [94,5 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,5 kB]
1287 ko réceptionnés en 1s (946 ko/s)                                         
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Tous les paquets sont à jour.

Et le nouveau sources.lis

~  find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;


	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal 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://fr.archive.ubuntu.com/ubuntu/ jammy 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/ jammy-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/ jammy universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    38	
    39	
    40	deb http://security.ubuntu.com/ubuntu jammy-security main restricted
    41	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    42	deb http://security.ubuntu.com/ubuntu jammy-security universe
    43	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    44	deb http://security.ubuntu.com/ubuntu jammy-security multiverse
    45	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    46	
    47	# This system was installed using small removable media
    48	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    49	# entries were disabled at the end of the installation process.
    50	# For information about how to configure apt package sources,
    51	# see the sources.list(5) manual.
    52	# deb [arch=amd64] https://download.docker.com/linux/ubuntu impish stable # désactivé pour la mise à niveau vers impish
    53	# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
    54	# deb https://dl.winehq.org/wine-builds/ubuntu/ impish main # désactivé pour la mise à niveau vers impish
    55	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

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


	/etc/apt/sources.list.d/vscode.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,arm64,armhf] http://packages.microsoft.com/repos/code stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list.distUpgrade


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list

     1	# deb http://ppa.launchpad.net/ondrej/apache2/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/ondrej/apache2/ubuntu focal main

	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list.save


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list.save


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


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


	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list.save


	/etc/apt/sources.list.d/elastic-7.x.list.save


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


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


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


	/etc/apt/sources.list.d/strukturag-ubuntu-libde265-focal.list

     1	# deb http://ppa.launchpad.net/strukturag/libde265/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/strukturag/libde265/ubuntu focal main

	/etc/apt/sources.list.d/blackfire.list

     1	# deb http://packages.blackfire.io/debian any main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/elastic-7.x.list.distUpgrade


	/etc/apt/sources.list.d/teamviewer.list

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    15	###       teamviewer repo preview        - additionally, make feature preview packages available
    16	###       teamviewer repo development    - additionally, make the latest development packages available
    17	
    18	
    19	# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers impish
    20	
    21	# deb https://linux.teamviewer.com/deb preview main
    22	# deb https://linux.teamviewer.com/deb development main

	/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 # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/elastic-7.x.list

     1	# deb https://artifacts.elastic.co/packages/7.x/apt stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list.save


	/etc/apt/sources.list.d/signal-xenial.list.distUpgrade


	/etc/apt/sources.list.d/signal-xenial.list.save


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list

     1	# deb http://ppa.launchpad.net/peek-developers/stable/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/peek-developers/stable/ubuntu focal main

	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list.distUpgrade


	/etc/apt/sources.list.d/teams.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] https://packages.microsoft.com/repos/ms-teams stable main # désactivé pour la mise à niveau vers impish

	/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

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

     1	# Source: Symfony
     2	# Site: https://github.com/symfony-cli/symfony-cli
     3	# Repository: Symfony / Symfony CLI
     4	# Description: The Symfony CLI tool
     5	
     6	
     7	deb [signed-by=/usr/share/keyrings/symfony-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal main
     8	
     9	deb-src [signed-by=/usr/share/keyrings/symfony-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/symfony/stable/deb/ubuntu focal main

	/etc/apt/sources.list.d/noobslab-ubuntu-themes-focal.list

     1	# deb http://ppa.launchpad.net/noobslab/themes/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/noobslab/themes/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list

     1	# deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal main

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


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


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


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.distUpgrade


	/etc/apt/sources.list.d/ondrej-ubuntu-apache2-focal.list.save


	/etc/apt/sources.list.d/peek-developers-ubuntu-stable-focal.list.distUpgrade


	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list.save


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


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


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


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


	/etc/apt/sources.list.d/ondrej-ubuntu-php-focal.list

     1	# deb http://ppa.launchpad.net/ondrej/php/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/ondrej/php/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.distUpgrade


	/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-focal.list


	/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-focal.list.save


	/etc/apt/sources.list.d/mutse-young-ubuntu-remastersys-focal.list

     1	# deb http://ppa.launchpad.net/mutse-young/remastersys/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/mutse-young/remastersys/ubuntu focal main

	/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.save


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


	/etc/apt/sources.list.d/goreleaser.list

     1	# deb [trusted=yes] https://repo.goreleaser.com/apt/ / # désactivé pour la mise à niveau vers impish

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

     1	# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu impish main # désactivé pour la mise à niveau vers impish
     2	# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal main

Normal qu'il fasse encore mention (même si c'est en commentaire) de la version 20.04 d'Ubuntu, maintenant que je suis en 22.04 ?
Et merci encore, vous êtes des chefs cool

EDIT : Et également le rendu de la commande

sudo apt install wine32

qui malheureusement ne change pas

 ~  sudo apt install wine32                                                                                                                       ok 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
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 :
 apt : Dépend: adduser mais ne sera pas installé
 coreutils : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 dpkg : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 findutils : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 grep : Pré-Dépend: libpcre3 mais il n'est pas installable
 init : Pré-Dépend: systemd-sysv
 login : Pré-Dépend: libpam-runtime mais ne sera pas installé
         Pré-Dépend: libpam-modules mais ne sera pas installé
 sed : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 shim-signed : Dépend: grub-efi-amd64-signed mais ne sera pas installé ou
                        grub-efi-arm64-signed mais il n'est pas installable
               Dépend: grub2-common (>= 2.04-1ubuntu24)
 tar : Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
 util-linux : Pré-Dépend: libmount1 (>= 2.37.2) mais ne sera pas installé
              Pré-Dépend: libselinux1 (>= 3.1~) mais ne sera pas installé
E: Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé par les paquets devant être gardés en l'état.

Dernière modification par azzaze (Le 29/06/2022, à 11:44)

Hors ligne

#19 Le 29/06/2022, à 11:44

ylag

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

Bonjour,

Au #18, azzaz a écrit :

J'ai pas tout compris, mais j'imagine qu'il faut que je fasse pareil avec

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

ce qui donnerait

cd /etc/apt/sources.list.d && sudo sed -i '2d' danielrichter2007-ubuntu-grub-customizer-focal.list.save ; cd

?

Ce fichier de sauvegarde est vide, donc inutile de tenter d'en effacer la seconde ligne, qui n'existe pas au départ.  smile
La commande sudo sed -i '2d' sert à supprimer la seconde ligne du fichier concerné.
Si le fichier est vide ou ne contient qu'une seule ligne, la commande sera inopérante.

A+

Hors ligne

#20 Le 29/06/2022, à 11:46

azzaze

Re : Impossible d'installer wine32 (et libwine:i386) sur Ubuntu 20.04

ylag a écrit :

Bonjour,

Au #18, azzaz a écrit :

J'ai pas tout compris, mais j'imagine qu'il faut que je fasse pareil avec

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

ce qui donnerait

cd /etc/apt/sources.list.d && sudo sed -i '2d' danielrichter2007-ubuntu-grub-customizer-focal.list.save ; cd

?

Ce fichier de sauvegarde est vide, donc inutile de tenter d'en effacer la seconde ligne, qui n'existe pas au départ.  smile
La commande sudo sed -i '2d' sert à supprimer la seconde ligne du fichier concerné.
Si le fichier est vide ou ne contient qu'une seule ligne, la commande sera inopérante.

A+

Yep je m'en suis rendu compte juste après, d'où le fait d'avoir update mon post tongue Mais merci pour l'explication smile

EDIT: Autre précision, je crois que j'ai fait une bêtise hier. J'avais vu qu'il fallait activer les paquets en preversion, et comme un idiot j'ai fait un upgrade :'( (je les ai désactivées depuis que je suis passé à Ubuntu 22.04 hier soir)

Dernière modification par azzaze (Le 29/06/2022, à 11:59)

Hors ligne