Install PHP

Ubuntu 22.04 LTS

Update repository

sudo apt update

Install php 8.1 via apt

sudo apt install php8.1-cli

Last updated