history picture_as_pdf Cette page est en lecture seule. Vous pouvez afficher le texte source, mais ne pourrez pas le modifier. Contactez votre administrateur si vous pensez qu'il s'agit d'une erreur. [[pahes_it:ah:sma20111]] ====== Setup OpenCSW on Solaris 10 and Solaris 11 ====== === Install pkgadd utility === For SPARC systems : <code> pkgadd -d http://opencsw.ma.eurocopter.corp/opencsw/pkgutil-sparc.pkg </code> Or for x86 systems : <code> pkgadd -d http://opencsw.ma.eurocopter.corp/opencsw/pkgutil-i386.pkg </code> === Configure the local mirror === Uncomment the file **''/etc/opt/csw/pkgutil.conf''** accordingly to connect to the local mirror : <code> mirror=http://opencsw.ma.eurocopter.corp/opencsw/stable </code> === Update the local package list === <code> /opt/csw/bin/pkgutil -U </code> === Then enjoy === Now you can install any OpenCSW package. For example, to install **vim** : <code> /opt/csw/bin/pkgutil -a vim /opt/csw/bin/pkgutil -y -i vim /opt/csw/bin/vim </code>