How can I know this? "ldd --version" return this: test@debian:~$ ldd --version ldd (Debian GLIBC 2.28-2) 2.28 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.
and "ls /lib/i386-gnu/ | grep libc" this test@debian:~$ ls /lib/i386-gnu/ | grep libc libc-2.28.so libcom_err.so.2 libcom_err.so.2.1 libcons.a libcons.so libcons.so.0.3 libcrypt-2.28.so libcrypt.so.1 libc.so.0.3 libshouldbeinlibc.a libshouldbeinlibc.so libshouldbeinlibc.so.0.3 El dom., 13 ene. 2019 a las 17:48, Samuel Thibault (<samuel.thiba...@gnu.org>) escribió: > Almudena Garcia, le dim. 13 janv. 2019 17:10:30 +0100, a ecrit: > > I'm trying to update my Debian GNU/Hurd using apt, but I found an error > locking > > dpkg. > > Which version of libc0.3 do you have? There was an issue at some point, > installing the latest version by hand should fix the issue. > > Samuel > >