Decompression of. Tar.xz Compressed Files

Source: Internet
Author: User

XZ is a compressed file format that uses Lzma SDK compression, which is less than 30% smaller than the gzip compressed file (. gz or tgz) and is smaller than bz2 15%.

Both the Linux kernel and the Python source code use this compression, so how do you decompress it?

Now that the tar command is ready for decompression, you can use

TAR-XJVF LINUX-4.1.2.TAR.XZ

One-line command completes the decompression once.

You can also use xz-d linux-4.1.2.tar.xz to unzip it to a tar file, and then use the TAR-XVF Linux-4.1.2.tar command to complete the decompression. The various Linux distributions may not offer XZ tools and need to be downloaded and installed to Google yourself.

Decompression of. Tar.xz Compressed Files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.