qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [qemu-web PATCH] Fix installation instructions for Debian/Ubuntu
@ 2023-06-29  8:02 Thomas Huth
  2023-06-29  8:12 ` Michael Tokarev
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2023-06-29  8:02 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: Michael Tokarev

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-29 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29  8:02 [qemu-web PATCH] Fix installation instructions for Debian/Ubuntu Thomas Huth
2023-06-29  8:12 ` Michael Tokarev
2023-06-29  8:57   ` Philippe Mathieu-Daudé
2023-06-29  9:31   ` Thomas Huth
2023-06-29 10:12     ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).