Page 1 of 1

Q: How to install XaraXtreme? (tbz2 archive)

Posted: Sat 29 Oct 2005, 16:32
by Guest
Hello,

Apologies, I believe I asked this in the wrong part of the forum before -- then realized it's more of a beginner question than a Xara question.

I downloaded XaraXtreme and tried to unarchive it using tar -xvvf and then by using unzip - and I get either no result or an error. Would anyone familiar with how do do this install mind to help a somewhat new-to-linux person?

Thanks Much,

kace

Posted: Sat 29 Oct 2005, 17:49
by MU
tar --help tells me:
-j, --bzip2 filter the archive through bzip2

So
tar -xjvf thefile.tbz2
should work.

You also can use Midnight Commander or MToolsFM I think.

Mark