Libpulsecommon-11.1.so:无法打开共享对象文件:在 ubuntu 18.04 上为 arm64 安装 qemu-virgil

Libpulsecommon-11.1.so:无法打开共享对象文件:在 ubuntu 18.04 上为 arm64 安装 qemu-virgil

如何修复此问题?(在 jetson nano 上针对 arm64 的 ubuntu 18.04 上,我无法将 ubuntu 从 18.04 升级到 20.04,因为 nvidia 目前不支持 20.04)

root@ziomario-desktop:# uname -a

Linux ziomario-desktop 4.9.140 #1 SMP PREEMPT Mon Feb 8 00:07:34 CET 2021 aarch64 aarch64 aarch64 GNU/Linux


root@ziomario-desktop:# sudo snap install qemu-virgil

error: snap "qemu-virgil" is not available on stable but is available to

install on the following channels:


edge snap install --edge qemu-virgil


Please be mindful pre-release channels may include features not

completely tested or implemented. Get more information with 'snap info

qemu-virgil'.


root@ziomario-desktop:# snap install --edge qemu-virgil

2021-02-14T13:09:37+01:00 INFO Waiting for automatic snapd restart...

qemu-virgil (edge) 4.2.0 from Oliver Grawert (ogra) installed


root@ziomario-desktop:# sudo snap connect qemu-virgil:kvm

root@ziomario-desktop:# qemu-virgil

/snap/qemu-virgil/62/usr/bin/qemu-system-x86_64: error while loading shared libraries: libpulsecommon-11.1.so: cannot open shared object file: No such file or directory

答案1

在 ARM64 硬件上,您必须使用名为的特殊可执行文件:

qemu-virgil.arm64

参考:

相关内容