Skip to content

Instantly share code, notes, and snippets.

@robap
Created November 6, 2011 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save robap/1342946 to your computer and use it in GitHub Desktop.
Save robap/1342946 to your computer and use it in GitHub Desktop.
Install uuid pecl exension on Ubuntu
sudo apt-get install uuid-dev
sudo pecl install uuid
@peter279k
Copy link

If using the http://ppa.launchpad.net/ondrej/php/ubuntu as remote mirror for installing PHP versions and extensions, it has already includes this extension.

Just use following command to install this instead:

sudo apt-get install php-uuid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment