Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install uuidgen

Tags:

debian

I need uuidgen for my Linux shell scripts, but it's not on my Debian 7.1 net install.

apt-get install uuidgen fails, it's not clear what package I should be using, and existing questions seem to ask for alternatives rather than the real uuidgen.

Could someone with experience with uuidgen comment on where to get it, and why it's not in its own package?

PS. If this is on the wrong StackExchange site, point me in the correct direction.

like image 696
Donal Lafferty Avatar asked Jul 17 '13 21:07

Donal Lafferty


People also ask

What does uuidgen do?

A Universal Unique Identifier (UUID) is used to uniquely identify an interface. The uuidgen command is used to generate UUIDs. The output might look something like the following.


1 Answers

Try installing this:

sudo apt-get install uuid-runtime
like image 162
Shaze Avatar answered Sep 22 '22 10:09

Shaze