Linux decompress xz file

broken image
broken image

Extracting tar.xz file in LinuxĮxtracting a tar xz file is fairly simple. This is why the resultant tar.xz file in our scenario could be considerably smaller than 100 KB, let’s say 50 KB. XZ is one such compression tool and it utilizes LZMA compression algorithm. These compression tools will reduce the size of the resultant tar file. To further save time and bandwidth, compression utilities are used. If you use tar to combine 100 files of 1 KB each, the resultant tar file will probably be around 100 KB only. Using tar command, you can archive several files into one single file and thus you save time and bandwidth while transferring the file.īut tar itself doesn’t compress files.

broken image

The main advantage of a utility like tar is in transferring files.ĭue to the overhead, transferring 100 files of 1 KB will take longer than transferring one file of 100 KB.

broken image

Tar is a utility that combines multiple files into one single file. tar.xz and you are wondering how to extract this tar.xz file in Linux command line.īefore I show you how to unzip a tar.xz file, let me quickly tell you about tar and xz. So you just downloaded a program or a file that ends in.

broken image