I just installed Ubuntu 20.04. Via command line, what's the best way to install/activate PHP 7.4:
This way?
simply type "apt install php"
Or this way?
type these commands:
apt -y install software-properties-common
add-apt-repository ppa:ondrej/php
apt-get update
apt install php7.4
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.