DEV Community

hardyweb
hardyweb

Posted on

Debian 13-Trixie and sury php

sudo apt update
sudo apt install -y lsb-release ca-certificates apt-transport-https wget
Enter fullscreen mode Exit fullscreen mode
wget -qO - https://packages.sury.org/php/README.txt | sudo bash -x
Enter fullscreen mode Exit fullscreen mode
sudo apt update
Enter fullscreen mode Exit fullscreen mode
sudo apt install php8.2-cli php8.2-fpm php8.2-mysql php8.2-xml php8.2-mbstring
Enter fullscreen mode Exit fullscreen mode

Top comments (0)