1:
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
by Luka Tatarishvili
2 years ago
PHP
ubuntu
20.04
0
Pro tip: use ```triple backticks around text``` to write in code fences