View Single Post
Old 10-24-2007, 12:56 AM   #2 (permalink)
Greg
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Re: Linux newb!! (more command line help/question)

tar.gz is an archive, like a zip file. You should be able to use these no matter the package management system. To extract it via the command line do:
Code:
tar -xvf filename 
xvf = extract, verbose, file

btw, the .gz on the end means that it's a tar that has been gzipped. You can extract tar.bz's or just plain .tar's the same way as above.
__________________
Greg is offline