E: Unable to locate package lamp-server

I am trying to install lamp server in ubuntu 13.10. But it gives the following error.

E: Unable to locate package lamp-server

2 Answers

That is not the correct command.

sudo apt-get install tasksel
sudo tasksel install lamp-server
1

To install LAMP server, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install lamp-server^
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like