install

Introduction & Installation of Pear And Soap

Before you install PEAR, we recommend you understand what PEAR is and why you should install it. The base installation that comes with the PHP distribution contains all the stuff that is needed to run the PEAR installation tools etc. If you have a recent installation of PHP, you can relax: The PEAR base installation is already there - unless you have compiled your PHP with the ./configure flag --without-pear. The packages that do not come with PHP can be installed with the PEAR package manager.

Installing and Upgrading Drupal and Modules and themes from the Linux Shell Command Line

Getting started with Drupal install on the command line:

In a Web browser (firefox), go to http://drupal.org/ and copy the latest drupal version folder location which you want to install. Just right click on download Link and copy to clipboard.

Go to www or public_html or your installation folder usign ssh.

Use Wget command to download drupal from site.
    $ wget <paste link here>

$tar -xzf drupal-6.19.tar.gz