Skip to content

Instantly share code, notes, and snippets.

@phpleo
Created July 10, 2011 03:35
Show Gist options
  • Select an option

  • Save phpleo/1074228 to your computer and use it in GitHub Desktop.

Select an option

Save phpleo/1074228 to your computer and use it in GitHub Desktop.
Instalando de php y librerias en ubuntu
# instalando php y pear para usarn en terminal
$ sudo apt-get install php5-cli php-pear
# mas detalle: http://www.php.net/manual/es/intl.setup.php
$ sudo aptitude install php5-intl
$ sudo aptitude install php5-sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment