hasank 3 Posted February 14, 2022 Hi When I try to install php (7.3) with the commands here, the system hangs and does not respond. (%51) The same thing happens when I want to install another version (php 8.1, %52). What can I do for its solution? Thank You Share this post Link to post Share on other sites
Robin 0 Posted April 12, 2022 I am also facing the same problem. Share this post Link to post Share on other sites
hasank 3 Posted April 24, 2022 I couldn't find a complete solution to the problem but here is one way to install: sudo apt update sudo apt -y upgrade sudo apt install apache2 sudo apt install mariadb-server sudo mysql_secure_installation sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg2 wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add - sudo apt update sudo apt install php8.1 ------------------------------------------ when clogged press ctrl+z ------------------------------------------ sudo reboot sudo dpkg --configure -a sudo apt install php8.1-{bcmath,fpm,xml,mysql,zip,intl,ldap,gd,cli,bz2,curl,mbstring,pgsql,opcache,soap,cgi} sudo apt -y upgrade Apache + Mysql + Php 8.1 1 Share this post Link to post Share on other sites