How to decompress .img.gz a compressed disk image to .img?
By Abigail Rogers •
Probably this is duplicate, i can't find out related from search engine. How i can extract .img.gz file into .img file?
i have files archived as .img.xz and .img.gz. i can extract .img.xz using xz-utils or unxz from this way but i can't locate where is ungz to get my miner.
Thanks in advance.
1 Answer
It's called gunzip:
gunzip /path/to/my.img.gzThis is the same like gzip -d