I just require command line PHP, the standard PHP package also loads apache2 so I tried the CLI package (php7.3-cli) but unfortunately this comes without many of the normal modules (eg cURL, GD etc). I know I can install the modules separately but don't want to have to go through that with every version change of PHP
Is there a package with all the "normal" modules or should I go with the standard package and remove apache2 afterwards? I have had problems removing packages when part of the original package has been removed - or perhaps I'm doing things in completely the wrong way.
Why does installing PHP install apache2 anyway - that is a strange enforcement?