I am a newbie Unix user. I have a file whose extension is pkg.tar.xz. How can I unpack this file on Windows or Unix?
I can use Cygwin but I'm not sure which utility I'd need to use. Any ideas?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
If you've got Cygwin installed, then create a new directory and execute the following from within it:
If the person who produced the file was polite, it will contain its own top-level directory. If the person was impolite, it might contains lots of files, and you want a directory to contain them all. | |||||||||||
feedback
|
|
In cygwin, you can use the following command at the command line: In Windows, I would recommend using 7-Zip | |||
|
feedback
|
|
| |||
|
feedback
|