因此,我想在运行Ubuntu20.04的Windows膝上安装QEMU,使用:
sudo apt-get install qemu-system-i86 -y我犯了个错误。
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qemu-system-i86我尝试了很多不同的版本,比如qemu,qemu,qemu-system-x86_64,你猜怎么着?他们都不起作用,我怎么解决这个问题呢?(顺便说一句)我试过使用apt policy qemu-system-*,但它不起作用。
发布于 2022-11-30 10:07:15
qemu-system-i86在apt中是不可用的。
请尝试安装qemu-system
https://askubuntu.com/questions/1443212
复制相似问题