Report this

What is the reason for this report?

How to install PHP modules

Posted on July 20, 2014

I have tried to install WordPress, but at the moment of install modules, indicate me error, please put code of all modules.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

PHP modules are installed by your system package manager if you are using the system php package. Are you missing a particular module? What distribution are you using?

I am here https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

In modules installation for LAMP and could install WordPress.

u may get list of all available php modules by typing

aptitude search php5-

in your terminal window.

Then, to install chosen one, type

aptitude install MODULENAME

or if many:

aptitude install MODULENAME1 MODULENAME2 MODULENAME3

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.