The following message prompts when you just simply do: sudo apt-get install php
, which basically installs all of the related php packages, I believe:
libapache2-mod-php7.2 php-common php7.2 php7.2-cli php7.2-common php7.2-json php7.2-opcache php7.2-readline
Do I need to install all of these? My server Ubuntu prompted me to perform sudo apt install php7.2-cli
. Most Sources online don't specify what the difference between the packages is?