[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Format of a pkg file
- Subject: Re: [cobalt-users] Format of a pkg file
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Fri Apr 19 13:43:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- 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