PDA

View Full Version : [ubuntu] how to install lamp in Ubuntu



earth_tech
September 3rd, 2009, 01:14 PM
hello,
TO install lamp in Ubuntu use following commands:
earth@earth $sudo apt-get install lamp-server

the out put is
Reading package list............Done
Building Dependency tree
Reading state information .........Done
E: couldn't find lamp server

Again use sudo tasksel
This command run successfully and shows enter password.After enter password it open a box and there has two options. Select desktop edition and press enter.After that enter the following command
sudo apt-get install libapache2-mod-auth-mysql phpmyadmin and out put is

Reading package list............Done
Building Dependency tree
Reading state information .........Done
E: couldn't find package libapache2 -mod- auth-mysql

Tell me in which way i can solve this problem.

wojox
September 3rd, 2009, 01:26 PM
It should be:


sudo tasksel install lamp-server

https://help.ubuntu.com/community/ApacheMySQLPHP