Install Gd Extension Php Ubuntu

[Solved] Install Gd Extension Php Ubuntu | Php - Code Explorer | yomemimo.com
Question : install gd extension php ubuntu

Answered by : snippets

#install gd extension, 7.4 replace it with your version
sudo apt-get install php7.4-gd
#check if installed
php -m | grep gd
#restart your web server
sudo service apache2 restart
or
sudo service nginx restart

Source : | Last Update : Fri, 25 Dec 20

Question : Install or enable PHP's gd extension

Answered by : vivian-seerup

apt-get install php-gd

Source : | Last Update : Thu, 24 Dec 20

Answers related to install gd extension php ubuntu

Code Explorer Popular Question For Php