qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-web PATCH] Fix installation instructions for Debian/Ubuntu


From: Thomas Huth
Subject: [qemu-web PATCH] Fix installation instructions for Debian/Ubuntu
Date: Thu, 29 Jun 2023 10:02:34 +0200

There is no package called "qemu" here - thus use the two meta-packages
"qemu-system" and "qemu-user" instead.

Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/8
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 _download/linux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_download/linux.md b/_download/linux.md
index 11ed695..bb76425 100644
--- a/_download/linux.md
+++ b/_download/linux.md
@@ -2,7 +2,7 @@ QEMU is packaged by most Linux distributions:
 
 * <strong>Arch:</strong> `pacman -S qemu`
 
-* <strong>Debian/Ubuntu:</strong> `apt-get install qemu`
+* <strong>Debian/Ubuntu:</strong> `apt-get install qemu-system qemu-user`
 
 * <strong>Fedora:</strong> `dnf install @virtualization`
 
-- 
2.39.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]