faq icon


You may easily unpack the sources in the current directory using:

 gzcat <source-file> | tar xvf -
for source files compressed with GNU gzip (ending in .tar.gz), or:
 zcat <source-file> | tar xvf -
for source files compressed with UNIX compress (ending in .tar.Z).