-
How To Install LAMP Server in Ubuntu Linux
Posted on December 9th, 2009 No commentsThis guide teaches you how to install LAMP server in Ubuntu Linux the easy way. LAMP is an acronym for Linux Apache MySQL and PHP. Apache web server, MySQL database, and PHP form the de facto standard for running any content management system – be it WordPress, Drupal, Joomla and so on.
Install LAMP Server in Ubuntu Linux
You can easily install LAMP server in Ubuntu 7.04 or later (Ubuntu 9.10) using the
taskselcommand.Fire up a terminal and enter the following command to install LAMP server on your Ubuntu machine.
$ sudo tasksel install lamp-server
Ubuntu will then start downloading the relevant packages and install it on your machine. During installation, you will be prompted to set a password for root user in MySQL.
[Source : Ubuntu Docs]
Problems Encountered And Their Solution
If while downloading the packages,
taskselunexpectedly exits with an error –tasksel: aptitude failed (100), do not despair. It is because the package database of your Ubuntu installation is old. Doing asudo apt-get updatewill resolve the error andtaskselwill be able to continue where it left off.As this guide shows, installing LAMP server in Ubuntu has become childs play.
Related Posts
- Install LaTeX in Ubuntu Linux
- How To Enable mod_rewrite In Ubuntu Linux
- How to install GIMP scripts in Ubuntu Linux
- How to install fonts in Linux – Ubuntu, Debian
- How to Install GNOME Shell in Ubuntu Linux
