I am trying to install lamp server in ubuntu 13.10. But it gives the following error.
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
That is not the correct command.
sudo apt-get install tasksel
sudo tasksel install lamp-server
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^
^
at the end and thus got the same error as asker.
– Nicolas Raoul
May 28 '14 at 08:22