From: Richard Herbert on
Hi.

I'm still running Slackware 12.2, but I've had pretty good luck so far
installing selected *.txz packages from Slackware 13. Is there a viewer
for txz packages available? I'd like to be able to inspect the contents
of txz packages, now that I've run into a problem with an update to dhcpcd.

Thanks!

Richard Herbert
From: Dan C on
On Fri, 12 Feb 2010 03:16:10 +0000, Richard Herbert wrote:

> Hi.
>
> I'm still running Slackware 12.2, but I've had pretty good luck so far
> installing selected *.txz packages from Slackware 13. Is there a viewer
> for txz packages available? I'd like to be able to inspect the contents
> of txz packages, now that I've run into a problem with an update to
> dhcpcd.
>
> Thanks!

They're just tarballs. Assuming you want to look at them in a GUI, just
use whatever "archive" program you like. I prefer 'Xarchiver', and 'Ark'
also works well.

Or, using command line, just untar them into a temp dir and browse them
however you like.


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he struggled with the condom.

Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
Thanks, Obama: http://brandybuck.site40.net/pics/obama_thanks.jpg
From: Keith Keller on
On 2010-02-12, Richard Herbert <rherbert(a)sympatico.ca> wrote:
>
> I'm still running Slackware 12.2, but I've had pretty good luck so far
> installing selected *.txz packages from Slackware 13. Is there a viewer
> for txz packages available? I'd like to be able to inspect the contents
> of txz packages, now that I've run into a problem with an update to dhcpcd.

What about tar?

xzcat package.txz|tar tvf -

or of course you can use x instead of t to extract it (though you should
do this in an empty directory, so you can cleanly remove it later).

--keith


--
kkeller-usenet(a)wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

From: Richard Herbert on
On Thu, 11 Feb 2010 19:26:30 -0800, Keith Keller wrote:

> On 2010-02-12, Richard Herbert <rherbert(a)sympatico.ca> wrote:
>>
>> I'm still running Slackware 12.2, but I've had pretty good luck so far
>> installing selected *.txz packages from Slackware 13. Is there a
>> viewer for txz packages available? I'd like to be able to inspect the
>> contents of txz packages, now that I've run into a problem with an
>> update to dhcpcd.
>
> What about tar?
>
> xzcat package.txz|tar tvf -
>
> or of course you can use x instead of t to extract it (though you should
> do this in an empty directory, so you can cleanly remove it later).
>
> --keith

Thanks very much for the quick response. I'll check it out.

Richard Herbert
From: Richard Herbert on
On Fri, 12 Feb 2010 03:26:22 +0000, Dan C wrote:

> On Fri, 12 Feb 2010 03:16:10 +0000, Richard Herbert wrote:
>
>> Hi.
>>
>> I'm still running Slackware 12.2, but I've had pretty good luck so far
>> installing selected *.txz packages from Slackware 13. Is there a
>> viewer for txz packages available? I'd like to be able to inspect the
>> contents of txz packages, now that I've run into a problem with an
>> update to dhcpcd.
>>
>> Thanks!
>
> They're just tarballs. Assuming you want to look at them in a GUI, just
> use whatever "archive" program you like. I prefer 'Xarchiver', and
> 'Ark' also works well.
>
> Or, using command line, just untar them into a temp dir and browse them
> however you like.

Thanks very much for the quick respose. I'll try your suggestions.

Richard Herbert