LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uncompressing (https://www.linuxquestions.org/questions/linux-software-2/uncompressing-102785/)

LeeRobson 10-11-2003 11:09 AM

Uncompressing
 
When I click on the a .tar.gz folder I expect it to uncompress, like it says in the readme of the file. When I do that, it doesnt uncompress - mearly opens in a new windw - with the new folders not created. Hence, the uncompression not working. Any ideas?

mossy 10-11-2003 11:28 AM

yeah - run it from command -

type in:

gunzip yourpackage.tar.gz
then:
tar -xvf yourpackage.tar

you should now have the folder.

pesho_p 10-11-2003 01:38 PM

Re: Uncompressing
 
Or in one step: tar zxvf foo-package.tar.gz (same for foo-package.tgz) or tar jxvf foo-package.tar.bz2 (for bz2-ed files).

mossy 10-11-2003 07:49 PM

:D I could not remember the z.


All times are GMT -5. The time now is 07:38 PM.