How to uncompress .xz file format in Linux using tar and xz utilities?
While installing some packages on Linux, I had to download a dependent module called core-utilities. Surprisingly the core utilities package was compressed using ‘xz‘ and it had an extension as .xz. I have seen .tar, .zip, .bz, .bz2, .gz, .tar.gz file formats, but today was the first time I downloaded…