January 10, 2018
Linux
How to extract or decompress tar.xz files in Linux
To extract a *.tar.xz file you need to install the xz-utils package and after that use the command unxz to extract the *.tar from *.tar.xz. Install the xz-utils package Copy the RPMs related to xz-utils and install them # ll -rw-r--r-- 1 root root 149504 Mar 5 …