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
1 Answer
+ 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