|
发表于 2023-10-20 11:21:49
只看该作者
5#
是否可以把执行步骤 和 /etc/apt/sources.list 发送一下,
我这边好像有点问题
root@firefly:~/dotnet# apt install libdrm2:armhf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libdrm2:armhf : Depends: libc6:armhf (>= 2.17) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@firefly:~/dotnet# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
root@firefly:~/dotnet# dpkg --print-architecture; dpkg --print-foreign-architectures
arm64
armhf |
|