This forum has been archived. All content is frozen. Please use KDE Discuss instead.

pkcon failed to update libc6

Tags: None
(comma "," separated)
lefebvre
Registered Member
Posts
3
Karma
0

pkcon failed to update libc6

Wed Mar 02, 2022 7:17 am
Hello,

when I try a pkcon update, it crashes.

A "sudo apt install -f " show me this output :


Code: Select all
aegir@aegir-system:~$ sudo apt install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-image-5.11.0-46-generic linux-modules-5.11.0-46-generic linux-modules-extra-5.11.0-46-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 4 non mis à jour.
7 partiellement installés ou enlevés.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
dpkg: des problèmes de dépendances empêchent le traitement des actions différées pour libglib2.0-0:i386 :
 libglib2.0-0:i386 dépend de libc6 (>= 2.28) ; cependant :
 Le paquet libc6:i386 n'est pas encore configuré.
<snip> <last message repated may times>


a "dpkg --list | grep libc6" show me :

Code: Select all
aegir@aegir-system:~$ dpkg --list | grep libc6
ii  libc6:amd64                                   2.31-0ubuntu9.7                                    amd64        GNU C Library: Shared libraries
iU  libc6:i386                                    2.31-0ubuntu9.7                                    i386         GNU C Library: Shared libraries
iU  libc6-dbg:amd64                               2.31-0ubuntu9.7                                    amd64        GNU C Library: detached debugging symbols
iU  libc6-dev:amd64                               2.31-0ubuntu9.7                                    amd64        GNU C Library: Development Libraries and Header Files
iU  libc6-i386                                    2.31-0ubuntu9.7                                    amd64        GNU C Library: 32-bit shared libraries for AMD64


I tried "apt clean" / "apt update" / "pkcon update" but no clue.

Any idea ?
PatientZero
Registered Member
Posts
19
Karma
0
OS

Re: pkcon failed to update libc6

Wed Mar 02, 2022 7:06 pm
Hi,

Had the same problem:

dpkg: fout bij verwerken van pakket libglib2.0-0:i386 (--configure):
vereistenproblemen - triggers blijven onbehandeld
dpkg: vereistenproblemen verhinderen de triggerafhandeling voor libglib2.0-0:i386:
libglib2.0-0:i386 is afhankelijk van libc6 (>= 2.28); maar:
Pakket libc6:i386 is nog niet geconfigureerd.

Did the following:

sudo dpkg --configure -a
sudo apt --fix-broken install
pkcon update

Problem for me is solved

Regards
lefebvre
Registered Member
Posts
3
Karma
0

Re: pkcon failed to update libc6

Thu Mar 03, 2022 8:03 am
Thanks for the hint but the sudo dpkg --configure -a was failing for me.

I just solved the problem with a :

Code: Select all
sudo dpkg --configure libc6:i386
sudo dpkg --configure -a
sudo apt --fix-broken install
sudo pkcon update


So the problem is solved. Thanks for your advice.
kde-locutus
Registered Member
Posts
19
Karma
0

Re: pkcon failed to update libc6

Sat Mar 05, 2022 3:35 pm
I had the same problem, but as dpkg-reconfigure didn't work for me (saying that it couldn't reconfigure libc6:i386 because the package was either broken or partially installed), I solved it a bit differently:

Code: Select all
sudo apt --reinstall install libc6:i386
sudo apt dist-upgrade


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], lockheed, Sogou [Bot], Yahoo [Bot]