• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

List Available PHP Modules

March 2, 2020

Here’s how to list the available PHP modules.

apt-cache search php- | less

apt-cache search php- | less

To get details about a module.

apt-cache show php-curl

apt-cache show php-curl

To install a module.

apt install php-curl

apt install php-curl

Or install all modules.

apt install php*

apt install php*

Restart Apache after each install.

systemctl restart apache2

systemctl restart apache2

Filed Under: Linux, PHP Tagged With: install, modules, php

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023