Thread
:
Extract tar.xz files on N900
View Single Post
minimos
2013-07-16 , 05:31
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#
3
Originally Posted by
StefanL
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
Quote & Reply
|
The Following User Says Thank You to minimos For This Useful Post:
StefanL
minimos
View Public Profile
Send a private message to minimos
Find all posts by minimos