Installing LAMP Server Using TASKEL (desktop edition)

Sponsored Link
This is to help people install LAMP(LINUX-APACHE-MYSQL-PHP) server in ubuntu(if u use the desktop edition,not for server edition).There are many ways in installing LAMP in a desktop edition. now lets see them.

The first way is using commands in the terminal.... the command is...

sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5 php5-xsl php5-gd php-pear libapache2-mod-auth-mysql php5-mysql

The second way to install is using TASKEL... a TASKEL is a software application tool that groups some packages into tasks and allows the user to install the packages from the task.. u can install it from the terminal by typing...

sudo taskel install lamp-server

Another way of suing the TASKEL is by using the SYNAPTIC PACKAGE MANAGER ... open synaptic package manager from

system->administration->synaptic package manager

then in the edit menu click on mark packages by taskel and from the list select LAMP server and apply.... it installs the lamp server on to ur system!!!

You may also like...

9 Responses

  1. rylonian says:

    I believe it’s

    sudo tasksel install lamp-server

    taskel seems to be an unknown command.

    Thanks for the article! =)

  2. deathstar says:

    thanks, a lot quicker going through synaptic

    cheers thanks again

  3. Dan says:

    Cheers – nice way to upgrade to a LAMP install

  4. rylonian says:

    you didn’t add the SECOND “s” in TASKSEL

  5. Thank you! This was very usefull!

  6. Sastry says:

    Hi,

    Very cool, appreciate it much

  7. victor says:

    This helped alot, Thx

  8. a. zuby says:

    plz finish thid article off by telling us.

    1) how to launch it
    2) use a suitable text editor
    3) where all the files are kept
    4) how to change file/directory permissions

    (MIGRATING FROM WAMP – NEED A SMOOTH TRANSITION!)

    thank you.

    zuby.

  9. Kazi Farhad Noman says:

    Hi,
    I do not get LAMP server by going that way or command, here I would like to mention one thing that my ubuntu 9.10(desktop ed.)is in f:(primary partition not logical or extended) drive installed.
    Now How I install lamp server in desk top ed.. Is it necessary to keep internet connection while lamp setup.

    Thank you
    Kazi F Noman

Leave a Reply

Your email address will not be published. Required fields are marked *