
11-07-2005, 07:13 AM
|
| |
Quote: |
Originally Posted by johndevine Can you tell me how to extract correctly please, not fully used to linux text mode yet
Thanks
JD | No problem:
# extract(x) the compressed(z) file(f) archive
tar -xzf zcs.tgz
# change directory into zcs
cd zcs
# run install.sh from the present working directory (./)
./install.sh
Everything should go smoothly. |