| « Adobe flash player 10 for Solaris\OpenSolaris | Solaris spawning a lot of services...or it doesn`t? » |
Update OpenSolaris to latest development build
If you running OS2008.11, and have tried to make
# pkg image-update -v
then you`ll be surprised. Nothing happens.
This is due to recent changes in repositories of OS project. Now there is an release (2008.5, 2008.11 etc.), development (refreshing once in two weeks) and some other testing repos.
So, in case you would like to update to latest dev build, do the following:
# pkg set-publisher -O http://pkg.opensolaris.org/dev development
# pkg publisher -P http://pkg.opensolaris.org/dev development
# pkg refresh
# pkg install -v SUNWipkg
# pkg image-update -v
And, voila, after some time you`ll have an bleeding edge OpenSolaris development build
Enjoy!
42 comments
Should be:
pkg set-publisher -O ...
pkg publisher -P ...
Much appreciated!