'How to install/enable GD in xampp Ubuntu 18.04?

I Can't figure out how to install php-gd for PHP7.2.11. Is there any way to install/enable GD extension in xampp Ubuntu 18.04? I checked the php.ini file but I can't find php_gd2.so line.Any suggestions??



Solution 1:[1]

sudo add-apt-repository ppa:ondrej/php
sudo apt-get install php7.2-gd

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Suraj Rao