How to decompress “*.tar.xz” file?

Using “tar -Jxvf *.tar.xz” command can decompress “*.tar.xz” file. E.g.:

[root@localhost ~]# wget https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.2-rc3.tar.xz
[root@localhost ~]# tar -Jxvf linux-4.2-rc3.tar.xz

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.