LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to open gzip file? I have gzip installed (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-open-gzip-file-i-have-gzip-installed-678678/)

mhg 10-23-2008 07:14 PM

how to open gzip file? I have gzip installed
 
So I have a backup file for my gnucash. The file ends in .gzip. I have tried apt-get install gzip, and get message it is already installed. I can not do on "open with", because gzip does not show up. If I try to open, I get message "archive type not supported".

I'm lost.

Can't open gzip from a terminal.

What should I have installed?

Thanks

Total-MAdMaN 10-23-2008 07:18 PM

"gzip -d <filename>" or if you want a graphical tool you can use Xarchiver.

roy_lt_69 10-23-2008 07:29 PM

You can also use tar -z.

colucix 10-24-2008 02:18 AM

Try to change the .gzip extension to .gz. The gzip command accepts files whose name ends with .gz, -gz, .z, -z, _z or .Z. The extension .gzip is wrong (maybe the file has been renamed from the original .gz). Then try to run the gzip -d command again, or gunzip which is equivalent.

Moreover, try the file command on the original .gzip file and feel free to post the output here.


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