Comments on Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP)
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 support (mod_php) and MySQL support.
8 Comment(s)
Comments
sudo apt-get install aptitude
sudo aptitude install lamp-server
The result of running the previously-mentioned commands:
$ sudo aptitude install lamp-server
Couldn't find any package whose name or description matched "lamp-server"
Couldn't find any package whose name or description matched "lamp-server"
Trying to install the same package using apt-get:
$ sudo apt-get install lamp-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lamp-server
sudo apt-gets install lamp-server^
he was missing the ^
thanks a lot for this article. It's amazing how a small character like ^ has kept me in the dark for weeks now
I just installed LAMP on a Dell Opti-Plex I recently loaded with Ubuntu 11.10 according to the article.
Everything went so smooth I had to double check to make sure everything was installed properly. Yes. apt-get is now my best friend, and this article and the tasks herein are on-point.
My first encounter with a non-MS OS was SCO Unix (way) back in 1992.
Thank you to all who contribute their long-labored hours and talent to developing and maintaining such a wonderful flavor of Linux.
Ronald Matte
this couldnt of been any easier on ubuntu 11.10
thank you it it works great
use the ip of your server or (your pc)