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
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