[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Format of a pkg file



----- Original Message -----
From: "David Clements" <clements@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 19, 2002 9:14 PM
Subject: [cobalt-users] Format of a pkg file


| I want to be able to look at the contents of a pkg file before installing.
Is there a way to do this?
|
|
| Thanks,
|

To see what it contains

tar -xzvf  name.pkg

If you want to unzip an rpm you need rpm2targz , which you can get as an
rpm.

this unzips the rpm


Bassi