install xz file debian command line code example
Example 1: unzip tar.xz linux
tar -xf archive.tar.xz -C /home/linuxize/files
Example 2: run tar.xz ubuntu
tar xf [filename]
tar -xf archive.tar.xz -C /home/linuxize/files
tar xf [filename]