From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>
Subject: [qemu-web PATCH v2] Fix installation instructions for Debian/Ubuntu
Date: Thu, 29 Jun 2023 11:24:25 +0200 [thread overview]
Message-ID: <20230629092425.183618-1-thuth@redhat.com> (raw)
There is no package called "qemu" here - thus use the two meta-packages
"qemu-system" and "qemu-user-static" instead.
While we're at it, add a note for people who might not need all
emulator binaries - in that case it makes sense to have a look
at the list of available packages first.
Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/8
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
v2:
- Separate the installation instruction for system and user-mode
- Add a note for people who don't need all targets
_download/linux.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/_download/linux.md b/_download/linux.md
index 11ed695..1f8ae8f 100644
--- a/_download/linux.md
+++ b/_download/linux.md
@@ -2,7 +2,9 @@ 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>
+ * For full system emulation: `apt-get install qemu-system`
+ * For emulating Linux binaries: `apt-get install qemu-user-static`
* <strong>Fedora:</strong> `dnf install @virtualization`
@@ -11,3 +13,8 @@ QEMU is packaged by most Linux distributions:
* <strong>RHEL/CentOS:</strong> `yum install qemu-kvm`
* <strong>SUSE:</strong> `zypper install qemu`
+
+Note: On most distributions, the above commands will install meta-packages
+that pull in other packages with emulator binaries for all available
+targets. Have a look at the package list of your distribution first if you
+only need a subset of the targets.
--
2.39.3
next reply other threads:[~2023-06-29 9:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 9:24 Thomas Huth [this message]
2023-06-29 10:09 ` [qemu-web PATCH v2] Fix installation instructions for Debian/Ubuntu Michael Tokarev
2023-06-29 10:15 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230629092425.183618-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).