I have tried to install WordPress, but at the moment of install modules, indicate me error, please put code of all modules.
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.
Hello, @edmundo
I will recommend you to check our existing tutorials on how to setup LAMP stack on Ubuntu 20.04:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-20-04
or LEMP stack:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-20-04
You can also check the following article:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-20-04-with-a-lamp-stack
The following extensions are required for your WordPress installation:
Although you should still be good to run the site with the basic extensions, it’s just each WordPress plugin has its own set of requirements. Some may require additional PHP packages to be installed. Check your plugin documentation to discover its PHP requirements. If they are available, they can be installed with apt as demonstrated above.
Hope that this helps! Regards, Alex
u may get list of all available php modules by typing
in your terminal window.
Then, to install chosen one, type
or if many:
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.
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?