Advertisement
Guest User

Untitled

a guest
Sep 10th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1.  
  2. [root@s192-169-140-23 ~]# yum install yum-utils -y
  3. Loaded plugins: fastestmirror, replace
  4. Setting up Install Process
  5. Loading mirror speeds from cached hostfile
  6. * base: repos.lax.quadranet.com
  7. * epel: mirror.prgmr.com
  8. * extras: linux.mirrors.es.net
  9. * ius: mirrors.kernel.org
  10. * remi-safe: mirrors.mediatemple.net
  11. * updates: mirrors.tummy.com
  12. * webtatic: us-east.repo.webtatic.com
  13. Package yum-utils-1.1.30-37.el6.noarch already installed and latest version
  14. Nothing to do
  15. [root@s192-169-140-23 ~]# yum-config-manager --enable remi-php70
  16. Loaded plugins: fastestmirror
  17. =============================== repo: remi-php70 ===============================
  18. [remi-php70]
  19. bandwidth = 0
  20. base_persistdir = /var/lib/yum/repos/x86_64/6
  21. baseurl =
  22. cache = 0
  23. cachedir = /var/cache/yum/x86_64/6/remi-php70
  24. cost = 1000
  25. enabled = 1
  26. enablegroups = True
  27. exclude =
  28. failovermethod = priority
  29. ftp_disable_epsv = False
  30. gpgcadir = /var/lib/yum/repos/x86_64/6/remi-php70/gpgcadir
  31. gpgcakey =
  32. gpgcheck = True
  33. gpgdir = /var/lib/yum/repos/x86_64/6/remi-php70/gpgdir
  34. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  35. hdrdir = /var/cache/yum/x86_64/6/remi-php70/headers
  36. http_caching = all
  37. includepkgs =
  38. keepalive = True
  39. mdpolicy = group:primary
  40. mediaid =
  41. metadata_expire = 21600
  42. metalink =
  43. mirrorlist = http://rpms.remirepo.net/enterprise/6/php70/mirror
  44. mirrorlist_expire = 86400
  45. name = Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - x86_64
  46. old_base_cache_dir =
  47. password =
  48. persistdir = /var/lib/yum/repos/x86_64/6/remi-php70
  49. pkgdir = /var/cache/yum/x86_64/6/remi-php70/packages
  50. proxy = False
  51. proxy_dict =
  52. proxy_password =
  53. proxy_username =
  54. repo_gpgcheck = False
  55. retries = 10
  56. skip_if_unavailable = False
  57. ssl_check_cert_permissions = True
  58. sslcacert =
  59. sslclientcert =
  60. sslclientkey =
  61. sslverify = True
  62. throttle = 0
  63. timeout = 30.0
  64. username =
  65.  
  66. [root@s192-169-140-23 ~]# yum install php-fpm php-gd php-mysqlnd php-xml php-mcrypt php-mbstring php-opcache -y
  67. Loaded plugins: fastestmirror, replace
  68. Setting up Install Process
  69. Loading mirror speeds from cached hostfile
  70. * base: repos.lax.quadranet.com
  71. * epel: mirror.prgmr.com
  72. * extras: linux.mirrors.es.net
  73. * ius: dfw.mirror.rackspace.com
  74. * remi-php70: mirrors.mediatemple.net
  75. * remi-safe: mirrors.mediatemple.net
  76. * updates: mirrors.tummy.com
  77. * webtatic: us-east.repo.webtatic.com
  78. remi-php70 | 2.9 kB 00:00
  79. remi-php70/primary_db | 140 kB 00:00
  80. No package php-fpm available.
  81. No package php-gd available.
  82. No package php-mysqlnd available.
  83. No package php-xml available.
  84. No package php-mcrypt available.
  85. No package php-mbstring available.
  86. No package php-opcache available.
  87. Error: Nothing to do
  88. [root@s192-169-140-23 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement