<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div>> > Source<br>> > scribus-1.5.0.tar.xz<br>> <br>> OK I know how to unravel a gzipped tarball. But<br>> gunzip doesn't like the .xz prefix. Is there a<br>> version for us old-school types? Or should I<br>> just rename  the .xz version?<br></div><div><br></div><div>You do not need to unpack it.</div><div><br></div><div>If you have a recent version of tar, you can use</div><div><br></div><div>tar tJvf scribus-1.5.0.tar.xz</div><div><br></div><div>The capital J pipes the archive through xv.</div><div><br></div><div>If you have a very recent version of tar, you can use</div><div><br></div><div>tar tvf scribus-1.5.0.tar.xz</div><div><br></div><div>and tar will auto-detect the compression.</div><div><br></div><div>If you have an ancient version of tar, you can use</div><div><br></div><div>xz --decompress < scribus-1.5.0.tar.xz | tar tvf - </div><div><br></div><div>Regards,</div><div>William</div><div><br></div>                                      </div></body>
</html>