How to install php-gd on ubuntu: first find the gd version you want to install php; then install it through "apt-get install php7.2-gd"; finally restart php.
The operating environment of this article: ubuntu 16.04 system, PHP7.2 version, DELL G3 computer
How to install php-gd on ubuntu? Install gd extension in php under ubuntu
apt-cache search php-gd
Find the gd version you want to install php
apt-get install php7.2-gd installation
php -m installation successful
If you need to restart php
Find out whether the php running mode is apache2 or php-fpm
systemctl restart xxx
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to install php-gd on ubuntu. For more information, please follow other related articles on the PHP Chinese website!