diff --git a/01-Installation.md b/01-Installation.md index 5522b18..e08ce68 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -101,7 +101,7 @@ requirements manually: - [python3](https://www.python.org/) - [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html) - [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/) - [socat](http://www.dest-unreach.org/socat/) - [spicy](https://gitlab.freedesktop.org/spice/spice-gtk) @@ -118,7 +118,7 @@ These examples may save a little typing: This also applies to derivatives: ``` 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