| tronik  
 
  
 
 
 Group: Members
 Posts: 182
 Joined: Dec. 2004
 | 
|  | Posted: Dec. 28 2004,21:18 |  |  well, two things here..
 the stuff you download from the myDSL repository are DSL's meant to be used with the myDSL control panel on the desktop, or with the mydsl cli program to install programs...
 the other,
 
 a tar file (in this respect) is essentially just an archive that basically puts a lot of files into one for easy portability (until you compress it, .tar.gz or .tgz) and this compresses it, in essence like zip...
 during untarring if you run tar with the -v command (ie. tar -zxvf file.tar.gz) it will show you where everything goes. -v is verbose.
 
 if you're untarring an uncompresses tar file do not use -z, just use -xvf (x=extract v=verbose f=use this file)
 
 basically, a tar file will do whatever you tell it to, or whatever the original packager intended for it. you can try tar --help for more detailed tar options, or i guess ask here.
 
 --------------
 -william
 atlanta, GA, USA
 
 DSL 1.0+2.4.27/sata : P4 2.4norwood : 512ddr2 : nvgf4ti4200-64 : 128mbLexar Jumpdrive Elite
 |