LAMP configuration in Ubuntu 8.10

Recently i have installed Ubuntu and trying to move all my work and tools ( some replacements ) in Ubuntu. The first thing i was troubled by was to install LAMP. After searching and reading some of the blogs it helped me to solve the problem.  Here is the collection of commands that helped out:

sudo aptitude purge apache2 apache2-common php5 php5-common libapache2-mod-php5 mysql-server
sudo aptitude install apache2 apache2-common php5 php5-common libapache2-mod-php5 mysql-server
sudo aptitude install phpmyadmin

Here are the 2 blog posts which helped me :  by wulfshayde and from here

Hopefully this will help others …

5 Comments »

  1. HumaN said

    Thanks for the head start.
    please change the last command to:
    sudo aptitude install phpmyadmin

    else it says:
    This aptitude does not have Super Cow Powers.

    Chao..

  2. tohin said

    areekato.. :)

  3. tohin said

    This one looks useful for ubuntu 9.04

    http://www.maverickconceptions.com/2009/04/26/a-designersdevelopment-environment/

  4. kmil0 said

    Maybe mysql-gui-tools can help you,
    try this

    sudo aptitude install mysql-admin

    mysql-workbench is now available for Linux

    http://dev.mysql.com/workbench/

    nice blog!

  5. tohin said

    I have checked mysql workbench ( but dbdesigner seems full of better features and free ) . I am using dbdesigner for a long time.

RSS feed for comments on this post · TrackBack URI

Leave a Comment