First, update all the packages of the system by below-mentioned command:
sudo apt update
After updating packages, now install the dependencies required by the below-mentioned command:
sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https
Enable SURY Repository
The following step is to integrate the SURY repository into our system. SURY is a Debian-based third-party PHP repository that bundles PHP software, run the following command to add SURY repository: Continue reading “Install Apache2, PHP 7.2 and MariaDB 10.5 on Debian 11” »