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>...") |
|||
Line 7: | Line 7: | ||
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional | yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional | ||
yum search php- | yum search php- | ||
− | yum install | + | yum install php-mbstring |
</pre> | </pre> |
Revision as of 18:16, 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-mbstring