I want to install LAMP stack on Ubuntu desktop version 10.x. Do I have to reinstall the whole thing via the server version or apt-get install?

link|improve this question

38% accept rate
feedback

1 Answer

up vote 7 down vote accepted

No. Just open a Terminal and type the following:

sudo tasksel install lamp-server

If you want to bring up the whole menu for the application groups:
sudo tasksel

You can use the Ubuntu help these times (if you get stuck):
https://help.ubuntu.com/community/ApacheMySQLPHP

link|improve this answer
Like Shiki said. Have fun with LAMP. It's great fun! – h4rrydog Jun 3 '10 at 12:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.