How to Install cl-uuid in Ubuntu 18.04



Install cl-uuid by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-uuid

Description:

Common Lisp librabry for generation of UUIDs as described by RFC 4122

UUID provides methods for the generation of uuids version 1 (time based), 3 (name based with MD5 hashing), 5 (name based with SHA1 hashing) and 4 (random uuids).

Homepage: http://www.dardoria.net/software/uuid.html

Version: 20130813-1

Section: universe/lisp