How do I install uuidgen

17

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. Repost from https://stackoverflow.com/questions/17710958/how-do-i-install-uuidgen?noredirect=1#comment25824003_17710958

Donal Lafferty

Posted 2013-07-18T10:26:38.453

Reputation: 273

Next time just use the web-based package search function.

– scai – 2013-07-18T11:02:38.350

Answers

27

The package uuid-runtime contains the uuidgen program.

This package contains the uuidgen program and the uuidd daemon.

looper

Posted 2013-07-18T10:26:38.453

Reputation: 386

4Used apt-get install uuid-runtime – Donal Lafferty – 2013-07-18T11:04:58.477