View Single Post
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#3
Originally Posted by StefanL View Post
try this:

Code:
tar -xvzf file.tar.xz
The tar option to extract xz archives is -J so the command would rather be:
Code:
tar -Jxvf file.tar.xz
 

The Following User Says Thank You to minimos For This Useful Post: