How to decompress xz files
This article introduces you how to extract the xz file, the content is very detailed, interested friends can use for reference, I hope it can be helpful to you.
Xz is a file compression format, which is currently used in some system image files. This kind of files are easy to deal with on the windows platform, and can be decompressed directly with 7zip, but if processed under mac, additional xz software is required.
Download $wget https://tukaani.org/xz/xz-5.2.5.tar.gz installation, extract $tar-zxf xz-5.2.5.tar.gz compile $cd xz-5.2.5 $. / configure$ make$ make install verify $xz- V use $xz- d file.img.xz about how to extract the xz file to share here, I hope the above content can be of some help to you, you can learn more knowledge. If you think the article is good, you can share it for more people to see.