Advertisement
zapcode

codeanywhere_ubuntu-14.04_history

May 5th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # COMANDOS PARA TENER DISPONIBLE PPA PAQUETES
  2. sudo apt-get install python-software-properties
  3. sudo apt-get install software-properties-common
  4. # AÑADIMOS PAQUETE PPA PHP
  5. sudo add-apt-repository ppa:ondrej/php
  6. sudo apt-get update
  7. # INSTALAMOS PHP 7.2
  8. sudo apt-get install -y --force-yes php7.2-cli
  9. php -v
  10. # responde: PHP 7.2.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement