我收到此错误,提示 libc6 依赖于旧版本。有没有办法降级?
The following packages have unmet dependencies:
libc6-dbg : Depends: libc6 (= 2.31-13+rpt2+rpi1+deb11u2) but 2.31-13+rpt2+rpi1+deb11u3 is to be installed
答案1
你可以试试
1. $ sudo apt remove libc6-dbg -y
2. $sudo apt update && sudo apt-get upgrade -y
如果你确定需要安装libc6-dbg,请执行以下操作
$ sudo apt install libc6-dbg