On Mon, Jan 9, 2012 at 16:32, Bryan Field <[email protected]> wrote: > I can browse packages in the repo here http://pkg.openindiana.org/dev > > But how do I download packages. I am sorry, this is an offline machine for > security so it can't talk to the internet. I have to download manually what > I need. Can I do this with the browser?
The IPS package system does not provide one file per package, instead each individual file which makes up a package are downloaded individually, this means that you can't just download what would resemble a .rpm or .deb file. You can instead use the "pkgrecv" command to download the files which makes up a package, and then install the package on your non-internet-connect server, using the "pkg" command. Alternatively you can set up your own local mirror of pkg.oi.o/dev, by using rsync to get all the files needed: rsync pkg-origin.openindiana.org::pkgdepot-dev -- Venlig hilsen / Kind regards Jeppe Toustrup (aka. Tenzer) _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
