On Mon August 10 2009 12:56:58 Sardar B. Shamshad wrote: > Instructions: > On a typical Unix command line, use: > wget http://drupal.org/files/projects/drupal-x.x.tar.gz > tar -zxvpf drupal-x.x.tar.gz > > Error: > > [r...@localhost /]# wget > http://drupal.org/files/projects/drupal-x.x.tar.gz > --05:50:00-- http://drupal.org/files/projects/drupal-x.x.tar.gz > Resolving drupal.org... 140.211.166.6 > Connecting to drupal.org|140.211.166.6|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 05:50:01 ERROR 404: Not Found.
This is not error of tar, but most likely of the the preceding wget command. I guess you need to replace x.x with a particular version of drupal. Maybe you want to use your internet browser if you are not sure with wget ;-) Kamil
