| pkg-get quick install |
CSW - pkg-get quick install page pkg-get is the original (and still going strong!) method of easily installing CSW pacakges. Once you install it, you will then be able to install the rest of our packages, as easily as doing
# pkgadd -d http://www.opencsw.org/pkg_get.pkg
For users of earlier systems, please follow the instructions below
First, download the pkg-get package file. (older version 3.8.4 is still available: pkg_get-3.8.4-SunOS5.8-all-CSW.pkg: md5sum 4121665c56b38967124d618a379c45a2)
Next, if you dont have wget installed, grab either wget-i386.bin or wget-sparc.bin, save as "wget" somewhere in your $PATH, and dont forget to "chmod 0755 wget". You also need gzip "somewhere" in your PATH. Most people do these days, unless you did a minimalist "Core install" of Solaris. Add /opt/csw/bin to root's PATH You should now be able to run pkg-get as root, and install packages. But you might want to compare the configured url in /opt/csw/etc/pkg-get.conf, with what your nearest mirror site would be. See the official package mirrors page for the list of mirrors, and instructions on how to use different mirror sites.
If you run into pkgadd problems, you will need to add sun's pkgadd patches:
pkg-get -a (shows "available" packages) If/when you get messages about packages not found, or unavailable, you probably want to just update your local copy of the catalog, with pkg-get -U For best download speed, see our For more details details on what pkg-get can do, see the original pkg-get home page, at www.bolthole.com, and/or, "man pkg-get"
|