Page 1 of 1

Newbie needs help!

PostPosted: 23. July 2007 03:09
by jtogonon
I am installing XAMPP on my linux (SuSE Linux Enterprise Desktop 10) and here's what i get from the start:

jonathan@JrTogonon:~> su
Password:
JrTogonon:/home/jonathan # tar xvfz xampp-linux-1.6.3.tar.gz -c /opt
tar: You may not specify more than one `-Acdtrux' option
Try `tar --help' or `tar --usage' for more information.
JrTogonon:/home/jonathan #


What can i do with it? I am still learning linux.
Thanks, jt

PostPosted: 23. July 2007 07:37
by DJ DHG
Hi jtogonon

That should be a large C.

Code: Select all
tar xvfz xampp-linux-1.6.3.tar.gz -C /opt


DJ DHG