Hello need a .img.gz file

Hello,

how do i get a .img.gz file fro the .img.xz file?

Thanks

Extract the file and compress it again?

xz -d file.img.xz && gzip file.img

this willl result in file.img.gz.

gzip and xz should be installed already on your system. if not you can use apt install

1 Like