sudo apt update
2: sudo apt -y upgrade
3: sudo systemctl reboot
maybe this fails but not problem
Add Ondřej Surý PPA repository:
4.1 sudo apt update
4.2 sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y
4.3 sudo add-apt-repository ppa:ondrej/php
5: sudo apt update
install PHP 8.1
6: sudo apt install php8.1
Hit the y key to start installation
Check for the current version of PHP
7: php -v