I need to enable GD support on PHP 7.2 in a Ubuntu 18.04 installation and I've found this solution on the web:
sudo apt-get install php7.2-gd
Since I'm not an expert and I'm worried about the already running configuration files, I have to ask if this command
- will make a brand new installation of PHP with GD extension included
or
- will just add the GD extension to my existing PHP installation and I don't have to worry about any configuration file changes