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 <th...@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