unable to decompress a *.tar.xz file
Posted
by
neubert
on Super User
See other posts from Super User
or by neubert
Published on 2014-08-21T16:19:38Z
Indexed on
2014/08/21
16:22 UTC
Read the original article
Hit count: 284
Per http://askubuntu.com/a/107976 I tried tar xf php-5.6.0RC4.tar.xz
and tar -xJf php-5.6.0RC4.tar.xz
and in both cases I get the following:
tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Here's php-5.6.0RC4.tar.xz:
http://downloads.php.net/tyrael/php-5.6.0RC4.tar.xz
I'm running Ubuntu 14.04 LTS.
© Super User or respective owner