Hi Robert,
I am trying to install some deb package into (BBBw stretch version), such as
sudo dpkg -i ./psmisc_22.21-2.1+b2_armhf.deb
It depends on libtinfo5, which depends on libc6.
But installing libc6 got stuck:
sudo dpkg -i ./libc6_2.24-11+deb9u4_armhf_stretch.deb
(Reading database ... 56218 files and directories currently installed.)
Preparing to unpack .../libc6_2.24-11+deb9u4_armhf_stretch.deb ...
Unpacking libc6:armhf (2.24-11+deb9u4) over (2.28-10) ...
/bin/sh: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /bin/sh)
dpkg: warning: old libc6:armhf package post-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
/bin/sh: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /bin/sh)
dpkg: error processing archive ./libc6_2.24-11+deb9u4_armhf_stretch.deb (--install):
new libc6:armhf package post-removal script subprocess returned error exit status 1
/bin/sh: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /bin/sh)
dpkg: error while cleaning up:
installed libc6:armhf package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
./libc6_2.24-11+deb9u4_armhf_stretch.deb
I checked version:
$ ldd --version
ldd
(Debian GLIBC 2.28-10) 2.28
Copyright © 2018 Free Software Foundation, Inc.
Any way around ( without using apt-get install) ?
Thank You,
David