Linked by Thom Holwerda on Tue 15th Sep 2009 16:28 UTC, submitted by Robert Escue
Permalink for comment 384196
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-11-18
That depends what software repository you use ...
You are not limited to IPS, but even IPS has a lot of custom repositories.
You can also use openpkg or NetBSD's crossplatform pkgsrc, here is simple way to add pkgsrc to OpenSolaris installation:
% pfexec su -
# pkg install SUNWgcc
# pkg install SUNWcvs
# cd /usr
# cvs -z9 -d anoncvs@anoncvs.netbsd.se:/cvsroot co pkgsrc
# cd /usr/pkgsrc/bootstrap
# export PATH=/usr/ccs/bin:{$PATH}
# ./bootstrap