How to extract XZ compressed archive on Linux - Linux Tutorials - Learn Linux Configuration

XZ is another compression method used to compress data. There are several ways on how to decompress XZ archive on Linux. For a tarball XZ compressed archive first try a tar command with xf options. This way a tar command will try automatically guess a compression method. Before you run the above command firs install XZ tools:


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-extract-xz-compressed-archive-on-linux/