Thanks, Frank!
I used libc6_2.31-9_i386.deb - that seemed to be the latest at the time and the instructions told me to find that. Here's the protocol of what I did: Code: -------------------- pi@raspberrypi4:~ $ sudo dpkg --add-architecture i386 pi@raspberrypi4:~ $ sudo nano /etc/apt/sources.list --> deb [arch=armhf] http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi pi@raspberrypi4:~ $ sudo nano /etc/apt/sources.list.d/raspi.list --> deb [arch=armhf] http://archive.raspberrypi.org/debian/ buster main pi@raspberrypi4:~ $ dpkg -s libc6:armhf Package: libc6 Status: install ok installed Priority: optional Section: libs Installed-Size: 8982 Maintainer: GNU Libc Maintainers <debian-gl...@lists.debian.org> Architecture: armhf Multi-Arch: same Source: glibc Version: 2.28-10+rpi1 Depends: libgcc1 Recommends: libidn2-0 (>= 2.0.5~) Suggests: glibc-doc, debconf | debconf-2.0, libc-l10n, locales Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.28), locales-all (<< 2.28), nocache (<< 1.1-1~), nscd (<< 2.28), r-cran-later (<< 0.7.5+dfsg-2) Conflicts: openrc (<< 0.27-2~) Conffiles: /etc/ld.so.conf.d/arm-linux-gnueabihf.conf 5054ac8ac8815ff71fe0f9cadfa7e30f Description: GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Homepage: https://www.gnu.org/software/libc/libc.html pi@raspberrypi4:~ $ wget http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.31-9_i386.deb <-- latest version? --2021-01-18 12:41:49-- http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.31-9_i386.deb Resolving ftp.us.debian.org (ftp.us.debian.org)... 2620:0:861:1:208:80:154:15, 2600:3402:200:227::2, 2600:3404:200:237::2, ... Connecting to ftp.us.debian.org (ftp.us.debian.org)|2620:0:861:1:208:80:154:15|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2752888 (2.6M) [application/octet-stream] Saving to: ‘libc6_2.31-9_i386.deb’ libc6_2.31-9_i386.deb 100%[=================================================>] 2.62M 2.17MB/s in 1.2s 2021-01-18 12:41:51 (2.17 MB/s) - ‘libc6_2.31-9_i386.deb’ saved [2752888/2752888] pi@raspberrypi4:~ $ mkdir -p newpack oldpack/DEBIAN pi@raspberrypi4:~ $ dpkg-deb -x libc6_2.28-10_i386.deb oldpack/ pi@raspberrypi4:~ $ dpkg-deb -e libc6_2.28-10_i386.deb oldpack/DEBIAN pi@raspberrypi4:~ $ nano oldpack/DEBIAN/control Package: libc6 Source: glibc Version: 2.31-9+rp1 pi@raspberrypi4:~ $ rm oldpack/usr/share/doc/libc6/changelog.Debian.gz pi@raspberrypi4:~ $ nano oldpack/DEBIAN/md5sums --> removed checksum pi@raspberrypi4:~ $ dpkg-deb -Z xz -b oldpack/ newpack/ dpkg-deb: building package 'libc6' in 'newpack//libc6_2.31-9+rp1_i386.deb'. pi@raspberrypi4:~ $ rm -r oldpack pi@raspberrypi4:~ $ rm -r newpack pi@raspberrypi4:~ $ sudo apt-get install binfmt-support qemu-user Reading package lists... Done Building dependency tree Reading state information... Done binfmt-support is already the newest version (2.2.0-2). qemu-user is already the newest version (1:3.1+dfsg-8+deb10u8). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. pi@raspberrypi4:~ $ sudo reboot -------------------- ------------------------------------------------------------------------ TheCoyote's Profile: http://forums.slimdevices.com/member.php?userid=68172 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins