PHP on Ubuntu 22.0.4

note this won't work on 22.10 as the repository doesn't have these available


apt update && apt upgrade
apt install software-properties-common
add-apt-repository ppa:ondrej/php -y
apt install php7.4
apt install php7.4-{cli,common,curl,zip,gd,mysql,xml,mbstring,json,intl}
apt install php7.4-fpm
service  php7.4-fpm start

nginx

apt install nginx

service nginx start