debian unzip tar code example
Example 1: unzip tar.xz linux
tar -xf archive.tar.xz -C /home/linuxize/files
Example 2: how to unzip using tar
tar -xf archive.tar.gz
tar -xf archive.tar.xz -C /home/linuxize/files
tar -xf archive.tar.gz