Documentation: Remove qemu-system-x86 from explicit dependencies on Arch

The qemu-system-x86 package is a dependency of the qemu-desktop package
both on Arch and Manjaro Linux so there is no need to install it
explicitly.
This commit is contained in:
Maxim Solovyov 2023-08-18 00:56:33 +03:00 committed by Jelle Raaijmakers
parent 834a3227f8
commit 55edfe5c3c
Notes: sideshowbarker 2024-07-17 11:33:34 +09:00

View file

@ -65,7 +65,7 @@ for details.
### Arch Linux / Manjaro
```console
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-system-x86 qemu-system-aarch64 ccache rsync unzip
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-system-aarch64 ccache rsync unzip
```
Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).