LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uncompress a .xz file (https://www.linuxquestions.org/questions/linux-software-2/uncompress-a-xz-file-884664/)

apolinsky 06-05-2011 09:18 AM

Uncompress a .xz file
 
I intend on installing a version of Freebsd 8.2 under a virtual machine running on centos 5.6.The dvd image image is FREEBSD-8.2....xz. I would like to uncompress it so that I can burn it to a DVD, but have never confronted such a format. Can someone suggest which utility under Linux would be used to uncompress it?

Thank you

Nylex 06-05-2011 09:25 AM

http://tukaani.org/xz/ is what you want. I don't know whether CentOS has a package for this, though Slackware certainly does.

druuna 06-05-2011 09:28 AM

Hi,

Try the xz package :)

I'm sure Debian includes it in its sources.

Hope this helps.

colucix 06-05-2011 09:33 AM

Since version 9.04 the package p7zip manages XZ files. The version currently installed by CentOS 5.6 is 9.20. The command to extract is:
Code:

7za e FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz
CentOS provides the xz package suggested by druuna, as well.

MTK358 06-05-2011 11:41 AM

Quote:

Originally Posted by apolinsky (Post 4376927)
Can someone suggest which utility under Linux would be used to uncompress it?

Code:

xz -d filename.xz


All times are GMT -5. The time now is 06:01 AM.