docs: update install requirements to remove lsb and wget
parent
6f916c5f06
commit
248da98284
|
|
@ -116,13 +116,13 @@ These examples may save a little typing:
|
||||||
This also applies to derivatives:
|
This also applies to derivatives:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
|
sudo apt install qemu bash coreutils ovmf grep jq procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install requirements on Fedora
|
### Install requirements on Fedora
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
|
sudo dnf install qemu bash coreutils edk2-tools grep jq procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install on macOS
|
## Install on macOS
|
||||||
|
|
@ -130,5 +130,5 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis
|
||||||
macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.
|
macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk wget zsync
|
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk zsync
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue