GNU/Linux >> Tutoriels Linux >  >> Linux

Comment installer PHP5 sans installer Apache dans Ubuntu ?

Solution 1 :

$ sudo apt-get install php5-cli  

Devrait le faire.

Solution 2 :

Installez php5 après php5-fpm si vous envisagez d'utiliser nginx par exemple, car php5 nécessite l'un des deux libapache2-mod-php5 , libapache2-mod-php5filter , php5-cgi , ou php5-fpm . Apt sélectionne simplement le premier package qui satisfait la dépendance.

$ sudo apt-get install php5-fpm php5

Linux
  1. Comment installer Apache sur Ubuntu 18.04

  2. Comment installer Apache sur Ubuntu 20.04

  3. Comment installer Apache Sqoop sur Ubuntu 16.04

  4. Comment installer Apache sur Ubuntu ?

  5. Comment installer Apache Cassandra sur Ubuntu 20.04

Comment installer Apache Solr 8.9 sur Ubuntu 20.04

Comment installer Apache Solr 8.9 sur Ubuntu 18.04

Comment installer OpenOffice sur Ubuntu 20.04

Comment installer Apache sur Ubuntu 20.04

Comment installer Apache Subversion sur Ubuntu 18.04

Comment installer Apache Tomcat sur Ubuntu 18.04