Home > Power Computing > Howto uncompress .txz and .xz files in Linux

Howto uncompress .txz and .xz files in Linux

February 4th, 2010 Jimmy Leave a comment Go to comments

TXZ compression seems to be starting to take off in the Linux community. Slackware 13.0 is a Linux distribution that is  activley using XZ compression. Slackware used to use gzip and the .tgz extension was used. Now that XZ compression is used the new Slackware packages use the .txz extension. In order to uncompress .TXZ or .XZ files you will need to install the xz-utils package from your package manager or download and compile your own version from source code.

Uncompress Usage:xz -d glibc-solibs-2.9-i486-3.txz
Compress Usage: xz -c myxzfile.xz mybigfile.tar

Source code download

Categories: Power Computing Tags: ,
Digg: DIGG ME
  1. No comments yet.
  1. No trackbacks yet.