Installation
Ubuntu 22.04
Installing php
sudo apt update
sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y
sudo add-apt-repository ppa:ondrej/php # if error -> ignore
sudo apt install php8.1 -y
# verify
php -v