我试图用Gnome框打开一个iso文件,但是当我单击“打开”时,它会说"Box设置失败“,终端提供了以下输出:
(gnome-boxes:15984): Boxes-WARNING **: wizard.vala:463: Failed to create volume: internal error: creation of non-raw images is not supported without qemu-img我在这里错过了什么?
发布于 2016-10-14 00:26:33
我想出来了!正如输出显示的那样,我错过了qemu-img。我去了终点站打字:
apt-get install qemu qemu-kvm libvirt-bin现在起作用了!
https://askubuntu.com/questions/836703
复制相似问题