PDA

View Full Version : sudo aptitude install lamp-server


smartduck
June 29th, 2007, 10:50 AM
this command or sudo apt-get install lamp-server should install a LAMP on my KUBUNTU.
But it tells me that this lamp-server package does not exist.
Please help me!
Thanks!
smartduck

az
June 29th, 2007, 12:16 PM
sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server

That will install the LAMP stack.

You may also run

sudo tasksel
and pick LAMP.