ubuntu extract tar.xz file code example
Example 1: extract tar.xz ubuntu
tar -xf file.tar.xz
Example 2: run tar.xz ubuntu
tar xf [filename]
Example 3: extract a tar.xz in linux
tar -xf archive.tar.xz -C /home/linuxize/files
tar -xf file.tar.xz
tar xf [filename]
tar -xf archive.tar.xz -C /home/linuxize/files