decompres tar.xz code example Example 1: extract a tar.xz file linux tar -xf filename.tar.xz Example 2: extract a tar.xz in linux tar -xvf archive.tar.xz