Hi,
I am following this tutorial to install ubuntu on a beaglebone:
elinux.org/BeagleBoardUbuntu
I have downloaded the image and verified it. However, I am trying to unpack the image with this:
tar xJf ubuntu-12.04-r3-minimal-armhf.tar.xz
I get the following error:
tar: xz: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
I can confirm that the file is in the directory I'm working in and when I click on the file it gives this error:
Archive type not supported.
I have installed XZ Utils xz-5.0.3.tar.gz from:
tukaani.org/xz/
If anyway can help me unpack the .xz file would be appreciated.

