OpenSolaris : Switching to the /dev development branch

November 8th, 2009 by Stéphane Kattoor

In OpenSolaris, switching to the /dev development branch is a bit like switching to the testing branch for some linux distros. So you might want to think twice before doing so, as it might sometimes break things.

If you still want to do that, follow those instructions :

Change the default packages publisher

1
stephane@backup3:~$ pfexec pkg set-publisher -O http://pkg.opensolaris.org/dev opensolaris.org

Update pkg

1
2
3
4
5
6
7
8
stephane@backup3:~$ pfexec pkg install SUNWipkg
DOWNLOAD                                    PKGS       FILES     XFER (MB)
Completed                                    3/3     113/113     0.49/0.49 
 
PHASE                                        ACTIONS
Removal Phase                                  28/28 
Install Phase                                  12/12
Update Phase                                 227/227

Finally, perform the update of the packages to the /dev branch

1
2
3
4
stephane@backup3:~$ pfexec  pkg image-update
DOWNLOAD                                    PKGS       FILES     XFER (MB)
FSWxorg-fonts-core                         2/666   872/44604   8.20/723.02 
[...]

This might take a while !

References :

Tagged with:

Related Post

Leave a Reply