php install extention command ubuntu code example
Example 1: how to install all php extensions ubuntu
sudo apt install openssl php-common php-curl php-json php-mbstring php-mysql php-xml php-zip
Example 2: php enable extension ubuntu
### Syntax
phpenmod MODULE_NAME
### Enable mbstring php module
phpenmod mbstring