1

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 Answers1

3

It's called gunzip:

gunzip /path/to/my.img.gz

This is the same like gzip -d

pLumo
  • 26,947