Add uuid-runtime to Debian install requirements #1256
parent
97a298e3aa
commit
141b41fb75
|
|
@ -101,7 +101,7 @@ requirements manually:
|
||||||
- [python3](https://www.python.org/)
|
- [python3](https://www.python.org/)
|
||||||
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
|
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
|
||||||
- [usbutils](https://github.com/gregkh/usbutils)
|
- [usbutils](https://github.com/gregkh/usbutils)
|
||||||
- [util-linux](https://github.com/karelzak/util-linux)
|
- [util-linux](https://github.com/karelzak/util-linux); including `uuidgen`.
|
||||||
- [sed](https://www.gnu.org/software/sed/)
|
- [sed](https://www.gnu.org/software/sed/)
|
||||||
- [socat](http://www.dest-unreach.org/socat/)
|
- [socat](http://www.dest-unreach.org/socat/)
|
||||||
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
||||||
|
|
@ -118,7 +118,7 @@ These examples may save a little typing:
|
||||||
This also applies to derivatives:
|
This also applies to derivatives:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pciutils procps python3 qemu sed socat spice-client-gtk swtpm-tools unzip usbutils util-linux xdg-user-dirs xrandr zsync
|
sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pciutils procps python3 qemu sed socat spice-client-gtk swtpm-tools unzip usbutils util-linux uuidgen-runtime xdg-user-dirs xrandr zsync
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install requirements on Fedora
|
### Install requirements on Fedora
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue