Hi I am currently preparing my project and I intend to use the gpio and I would like to be able to use the wiringpi library but when I try to installing it with
wget https://project-downloads.drogon.net/wiringpi-latest.deb
sudo dpkg -i wiringpi-latest.deb
this pop up
(Reading database ... 96083 files and directories currently installed.)
Preparing to unpack wiringpi-latest.deb ...
Unpacking wiringpi:armhf (2.52) over (2.52) ...
dpkg: dependency problems prevent configuration of wiringpi:armhf:
wiringpi:armhf depends on libc6.
dpkg: error processing package wiringpi:armhf (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.9.4-2) ...
Errors were encountered while processing:
wiringpi:armhf
what do I do ?
I am using a RPi 4 with raspbian
EDIT
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-=========================-============-==============>
ii libc6:arm64 2.31-13+rpt2+rpi1+deb11u2 arm64 GNU C Library:>
ii libc6-dbg:arm64 2.31-13+rpt2+rpi1+deb11u2 arm64 GNU C Library:>
un libc6-dbgsym <none> <none> (no descriptio>
ii libc6-dev:arm64 2.31-13+rpt2+rpi1+deb11u2 arm64 GNU C Library:>
un libc6-dev-arm64-cross <none> <none> (no descriptio>
un libc6.1-dev <none> <none> (no descriptio>
lines 1-11/11 (END)
^C
cat /etc/os-release
anddpkg -l '*libc6*'
. – Bodo May 02 '22 at 19:51