uuid

Generate and decode Universally Unique Identifiers (UUID). See also uuidgen. More information: <https://manned.org/uuid>.

Debian Debian
RUN apt-get update && \ apt-get install -y uuid
Ubuntu
RUN apt-get update && \ apt-get install -y uuid
Arch Arch Linux
RUN pacman -S --noconfirm uuid
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y uuid
CentOS
RUN yum install -y uuid
Fedora
RUN dnf install -y uuid
Raspbian
RUN apt-get update && \ apt-get install -y uuid
click the source code to copy install uuid on any operating system with command-not-found.com