sudo apt update
sudo apt upgrade
sudo apt install php
sudo apt install php8.1
För att tillämpa ändringarna:
sudo systemctl restart apache2
För att kunna anropa MySQL-servern från PHP:
sudo apt install php-mysql
För att säkerställa att alla ändringar tillämpas:
sudo systemctl restart apache2