Comment 2 for bug 385624

Revision history for this message
Anthony Fok (foka) wrote :

Hi there,

Judging from your error log:

    # tar cfvJ test.tar.xz Music
    tar: xz: Cannot exec: No such file or directory

Perhaps you simply didn't install "xz" itself?
Please make sure you include the Karmic universe
repository, and then:

    apt-get install xz-utils

or download the package from:

    http://packages.ubuntu.com/karmic/xz-utils

Hope this helps,

Anthony