How to Install libuuid-tiny-perl in Ubuntu 18.04



Install libuuid-tiny-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libuuid-tiny-perl

Description:

pure Perl module to generate v1, v3, v4, and v5 UUIDs

UUID::Tiny provides a simple, non-object-oriented interface for generating UUIDs from Perl code. It is not suitable for performance-sensitive UUID generation or for applications that require v1 UUIDs generated from a real MAC address (this module generates random MAC addresses), but otherwise provides a simpler Perl interface for UUID generation than alternatives.

Homepage: https://metacpan.org/release/UUID-Tiny

Version: 1.0400-2

Section: universe/perl