I upgraded my php5 to php 7, after that i am getting following error while i am trying to install drupal 7.
I already tried to search and enable the "PHP Extension" findings are to install "apt-get install php5-gd" but mine is php7.
You must remove php7.1-gd and install php-7.0gd:
sudo apt-get remove php7.1-gd -y
sudo apt-get install php7.0-gd -y
Good luck! ;)
php7.2-gd is not necessary. Just install php7.0-gd alongside it.
apt-cache search php7-*to find out the name of extension you need,something likephp7.1-gdthenapt-get install php7.1-gd