Mods - Please delete I r teh n00b

RossMAN

Grand Nagus
Feb 24, 2000
78,928
389
136
I'm trying to install Mambo.

So far I have downloaded the file to my hard drive (using XP Home)
In the main public_html directory I created the dir mambo
Uploaded it into the mambo dir using WS_FTP (do I need to change anything before uploading)?
Now how do I untar it? I've tried and it doesn't like the commands I'm using.

Any help would be appreciated, thanks :)
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Try the tar's with Winzip or smething.


looks like a neat prog...


THE GREAT ROSSMAN USES XP HOME?



YOUR CHEAP ALRIGHT:p
 

RossMAN

Grand Nagus
Feb 24, 2000
78,928
389
136
That's all I type?

I tried these and none of them worked, do I need to be in the mambo dir or up one level?

tar -xvfz MamboV4.0.14.tar.gz
tar -xvfz MamboV4.0.14.tar.gz -C
tar -xvfz MamboV4.0.14.tar.gz -C /usr/local/www/mywebspace/mambo/
 

Reel

Diamond Member
Jul 14, 2001
4,484
0
76
I usually do

gunzip flie.tar.gz
tar xvf file.tar

in that order.

2nd thought: If you downloaded to windows then uploaded to unix, i'd say try cutting the windows part use wget or ftp on the unix to get the file. Sometimes you can get silly problems by crossing over between systems.
 

RossMAN

Grand Nagus
Feb 24, 2000
78,928
389
136
Originally posted by: Goosemaster
Soryy that last one was wrong...


Try:


tar -xvjpf


bash-2.05a$ tar -xvjpf
tar: option requires an argument -- f
Try `tar --help' for more information.
 

yoda291

Diamond Member
Aug 11, 2001
5,079
0
0
try this...get into the directory and execute:
tar -xvzf ./MamboV4.0.14.tar.gz

don't forget the "./" -- sometimes helps depending on shell and whatnot.
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
You specified the file name after that, right Ross?
 

RossMAN

Grand Nagus
Feb 24, 2000
78,928
389
136
Originally posted by: yoda291
try this...get into the directory and execute:
tar -xvzf ./MamboV4.0.14.tar.gz

don't forget the "./" -- sometimes helps depending on shell and whatnot.

Thank you that worked :)