From 3fde62ac0d73fcc97a5a6d11647683aba3cb83a5 Mon Sep 17 00:00:00 2001 From: Vivek Kiran Ballakur Date: Tue, 2 Jan 2024 04:05:48 -0600 Subject: [PATCH] Update README.md qemu package has changed to qemu-system --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe64ebf..576c83b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ processors work just fine (even for macOS Sonoma). * Install QEMU and other packages. ``` - sudo apt-get install qemu uml-utilities virt-manager git \ + sudo apt-get install qemu-system uml-utilities virt-manager git \ wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \ tesseract-ocr-eng genisoimage -y ```