0
How to use php in ubuntu?
3 Réponses
+ 5
sudo apt-get install php7.0
+ 4
it depends on your Ubuntu version. normally you can install PHP with: sudo apt install php php7.0
*tips: just type => sudo apt install php
then type tab button twice to enable the auto complete.
0
Than Q