[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to Strip a pkg file
- Subject: Re: [cobalt-users] How to Strip a pkg file
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Wed May 28 02:18:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>How do i strip a PKG file so i can see how one is compiled?
It's just a .tar.gz file renamed .pkg. FYI RaQ 550 (and some Qube 3?)
PKGs are gpg-signed so you have to do
gpg --decrypt pkg-name.pkg > newname.tar.gz
then look inside the new file like any other tarball.