uuidparse

miscellaneous system utilities

Install

All systems
curl cmd.cat/uuidparse.sh
Debian Debian
apt-get install uuid-runtime
Ubuntu
apt-get install uuid-runtime
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install uuid-runtime
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install uuid-runtime
OS X
brew install util-linux
Raspbian
apt-get install util-linux
Docker
docker run cmd.cat/uuidparse uuidparse powered by Commando

util-linux

miscellaneous system utilities

This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to view kernel messages, create new filesystems, view block device information, interface with real time clock, etc.

uuid-runtime

runtime components for the Universally Unique ID library

The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. See RFC 4122 for more information. This package contains the uuidgen program and the uuidd daemon. The uuidd daemon is used to generate UUIDs, especially time-based UUID??s, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUID??s running on different CPU??s. It is used by libuuid as well as the uuidgen program.