Guest User

Untitled

a guest
Jan 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. sudo apt-get update && sudo apt-get install python-software-properties
  2. sudo add-apt-repository ppa:ondrej/php5-5.6
  3. sudo apt-get update && sudo apt-get upgrade
  4. sudo apt-get install php5
  5.  
  6. [remi]
  7. name=Les RPM de remi pour Enterprise Linux 6 - $basearch
  8. #baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
  9. mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
  10. enabled=0
  11. gpgcheck=1
  12. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  13.  
  14. [remi-php55]
  15. name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 - $basearch
  16. #baseurl=http://rpms.famillecollet.com/enterprise/6/php55/$basearch/
  17. mirrorlist=http://rpms.famillecollet.com/enterprise/6/php55/mirror
  18. # WARNING: If you enable this repository, you must also enable "remi"
  19. enabled=0
  20. gpgcheck=1
  21. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  22.  
  23. [remi-php56]
  24. name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch
  25. #baseurl=http://rpms.famillecollet.com/enterprise/6/php56/$basearch/
  26. mirrorlist=http://rpms.famillecollet.com/enterprise/6/php56/mirror
  27. # WARNING: If you enable this repository, you must also enable "remi"
  28. enabled=0
  29. gpgcheck=1
  30. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  31.  
  32. [remi]
  33. name=Les RPM de remi pour Enterprise Linux 6 - $basearch
  34. #baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
  35. mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
  36. enabled=1
  37. gpgcheck=1
  38. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
Add Comment
Please, Sign In to add comment