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

Re: [cobalt-users] How to Strip a pkg file



>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.