Add uuid-runtime to Debian install requirements #1256

Martin Wimpress 2024-06-24 09:45:33 +01:00
parent 97a298e3aa
commit 141b41fb75
1 changed files with 2 additions and 2 deletions

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