Difference between revisions of "RHEL Yum"
From Hawk Wiki
(Created page with "==Yum Management== By default, Redhat repo does not contain php-mbstring in Amazon AWS. php-mbstring is required for phpMyAdmin, wordpress, etc.<br> To Install php-mbstring <pre>...") |
(No difference)
|
Revision as of 18:11, 16 March 2015
Yum Management
By default, Redhat repo does not contain php-mbstring in Amazon AWS. php-mbstring is required for phpMyAdmin, wordpress, etc.
To Install php-mbstring
yum repolist all # found rhui-REGION-rhel-server-optional in the list yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional yum search php- yum install php-mysql php-mbstring