I wish to study python and php in ubuntu what tools i need, that means which softwares will download for this purpos | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I wish to study python and php in ubuntu what tools i need, that means which softwares will download for this purpos

which data base software will use. my SQL Ubuntu version is available or not

7th Jan 2018, 3:46 PM
Dream Chazer
Dream Chazer - avatar
1 Resposta
+ 2
sudo apt-get install php ā€” will install PHP sudo apt-get install mysql-server ā€”Ā will install mysql sudo apt-get install python or python3 ā€” for python Most likely you'll need a web server, so sudo apt-get apache2 Php MyAdmin is quite popular database editor: sudo apt-get phpmyadmin
7th Jan 2018, 3:59 PM
deFault