unzip .xz file in linux code example
Example 1: extract a tar.xz file linux
tar -xf filename.tar.xz
Example 2: unzip tar.xz linux
tar -xf archive.tar.xz -C /home/linuxize/files
Example 3: unzip xz file linux
sudo apt-get install xz-utils
unxz filename.xz