Just use gzip, gunzip or unzip to unzip the file and then tar to untar
it.

Example:

gzip -d package.tar.Z (unzips and removes the .Z extension)
tar -xvf package.tar (untars the archive so you can use it. the "v"
option allows you to see what is being untarred.)

That is all you have to do. Hope this helps out.


Kris



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to