GNU/Linux >> LINUX-Kenntnisse >  >> Linux

Wie installiert man PHP5, ohne Apache in Ubuntu zu installieren?

Lösung 1:

$ sudo apt-get install php5-cli  

Sollte es tun.

Lösung 2:

Installieren Sie php5 nach php5-fpm wenn Sie zum Beispiel nginx verwenden möchten, weil php5 benötigt entweder libapache2-mod-php5 , libapache2-mod-php5filter , php5-cgi , oder php5-fpm . Apt wählt einfach das erste Paket aus, das die Abhängigkeit erfüllt.

$ sudo apt-get install php5-fpm php5

Linux
  1. So installieren Sie Apache unter Ubuntu 18.04

  2. So installieren Sie Apache unter Ubuntu 20.04

  3. So installieren Sie Apache Sqoop unter Ubuntu 16.04

  4. Wie installiere ich Apache auf Ubuntu?

  5. So installieren Sie Apache Cassandra unter Ubuntu 20.04

So installieren Sie Apache Solr 8.9 auf Ubuntu 20.04

So installieren Sie Apache Solr 8.9 auf Ubuntu 18.04

So installieren Sie OpenOffice unter Ubuntu 20.04

So installieren Sie Apache unter Ubuntu 20.04

So installieren Sie Apache Subversion unter Ubuntu 18.04

So installieren Sie Apache Tomcat unter Ubuntu 18.04