<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">William Bader schreef op 26 mei '15: <br /> <br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Source<br /> scribus-1.5.0.tar.xz</blockquote>
<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?</blockquote>
<br /> You do not need to unpack it. <br /> <br /> If you have a recent version of tar, you can use <br /> <br /> tar tJvf scribus-1.5.0.tar.xz <br /> <br /> The capital J pipes the archive through xv. <br /> <br /> If you have a very recent version of tar, you can use <br /> <br /> tar tvf scribus-1.5.0.tar.xz <br /> <br /> and tar will auto-detect the compression. <br /> <br /> If you have an ancient version of tar, you can use <br /> <br /> xz --decompress < scribus-1.5.0.tar.xz | tar tvf - <br /> <br /> Regards, <br /> William <br /> <br /> _______________________________________________<br /> scribus-dev mailing list<br /> <a href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a><br /> <a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" target="_blank" rel="noreferrer">http://lists.scribus.net/mailman/listinfo/scribus-dev</a></blockquote>
<br /> Is there also the possibility to get a zipped windows version? I really hate windows installers, they mess up my settings and put the software all over the place. I much rather prefer to use a zipped windows binary and put different versions next to each other when I'm testing release versions.<br /><br />Regards, Darius</div>
</body></html>