Answers for "if you are working in php version 7.2 then you have to install sudo apt-get install php8-gd"

PHP
0

sudo apt-get install php7.0-gd

#check php verison first using:

$php -v

#It will give version number suppose your version is 7.0.1 then use this command to install GD Library

$sudo yum install php70-gd

#OR use this command depending upon server specification

$sudo apt-get install php7.0-gd
Posted by: Guest on August-04-2021

Code answers related to "if you are working in php version 7.2 then you have to install sudo apt-get install php8-gd"

Browse Popular Code Answers by Language