Horje
install gd extension php ubuntu Code Example
install gd extension php ubuntu
#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
Install or enable PHP's gd extension
apt-get install php-gd




Shell

Related
clone submodules after clone Code Example clone submodules after clone Code Example
mongodb stop server mac Code Example mongodb stop server mac Code Example
how to restart mongodb server in ubuntu Code Example how to restart mongodb server in ubuntu Code Example
view git branches most recent first Code Example view git branches most recent first Code Example
install netstat ubuntu Code Example install netstat ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14