Errors
# yum install php-mbstring
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
No package php-mbstring available.
Error: Nothing to do
# yum install php-bcmath
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
No package php-bcmath available.
Error: Nothing to do
Solutions
yum -y install yum-utils
yum repolist all
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
yum update
yum install php-mbstring
yum install php-bcmath
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024