-
marinogiven that I found the cache of downloaded IPS files (this is omnios), how could I extract the contents of one of them? Google says "pkgtrans" but that's not working at all.
-
richlowethe downloaded files are just zlib compressed and named for the hash of their content
-
richlowethere is no downloaded package, per se, unless you explicit generate a p5p archive
-
marinohmm. I tried gunzip against it
-
marinobut for example, system/headers package -- it's one file that supposedly contains hundreds of files. I'd like to do the equivalent of "tar -xf " and get everything extracted in place
-
sommerfeldpkgrecv --raw might be close to what you want.
-
richloweRight the system/headers package is not "one file" at any point, unless you create that file yourself. sommerfeld has the answer you probably want
-
marinothe manifest associated with the file seems to be what I want
-
marinoI know I could cherry pick the files listed in the manifest from the installed system but that's a pain I'm trying to avoid
-
marinolet me check out pkgrecv
-
marinodoh. the file I am trying to manipulate *is* the manifest. "file" said it was some assembly code but it's just text
-
marinomaking another attempt at getting the actual package