Friday, May 8, 2009

Extract files from a Solaris 10 .pkg Package

To extract the files just use this

mkdir tmp

pkgtrans pkgfile tmp

All the files will be extracted without any package installation


Readd files

pkgtrans -s /tmp /tmp/name.pkg


No comments: