Friday, April 26, 2024
54
rated 0 times [  54] [ 0]  / answers: 1 / hits: 205917  / 3 Years ago, sun, november 7, 2021, 11:14:42

How do I install the qemu command?



I type qemu and press tab and I get a list of several binaries installed.



qemu-alpha
qemu-arm
...
qemu-x86_64


but no qemu.



I type man qemu and it returns the docs as if the command is already installed.



I type qemu to run the command but it doesn't exist?



No command 'qemu' found, did you mean:
Command 'qtemu' from package 'qtemu' (universe)
Command 'aqemu' from package 'aqemu' (universe)
qemu: command not found


But after installing sudo apt-get install qtemu aqemu I'm still unable to run qemu.



I'm just attempting to run the following command qemu -localtime -net user -net nic -m 256 -cdrom minix.iso -hda minix.img -boot d, for a minix tutorial.



Any help would be appreciated.


More From » software-installation

 Answers
4

Just replace qemu with qemu-system-i386 or qemu-system-x86_64 as appropriate (whether you want a 32-bit or 64-bit system, and which ISO you're using).



You can also use aqemu, which is a graphical (GUI) front-end to qemu.


[#38365] Tuesday, November 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
errettas

Total Points: 160
Total Questions: 118
Total Answers: 91

Location: Laos
Member since Fri, Sep 11, 2020
4 Years ago
;