Install LAMP Stack on Ubuntu/Debian
Tagged with: apache, apt, apt-get, command, debian, lamp, Linux, mysql, PHP, ubuntu
Install LAMP Stack on Ubuntu/Debian using apt-get
sudo apt-get install openssh-server openssh-client apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi mysql-client mysql-common mysql-server php5-mysql php5-sqlite php5-gd phpmyadmin
Follow me(@binnyva) on Twitter
September 29th, 2009 15:26
Hi all,
I got an error wile running this commands. something like package missing
So run command “apt-get update” before installing this applications
After that its works !
Hi Binny,
Thanks for sharing the names of all necessary packages