In order to install patches on your Solaris machines, wget is needed.
Here's a quick user guide on how to install wget on your solaris machine if it's not yet installed:
Pre-requisites:
The following URLs should be whitelisted on your solaris machine:
How to add the wget command on your solaris machine:
- Connect to your Solaris machine.
- Type the following command:
pkgadd -d http://get.opencsw.org/now
-->> select "all"
-->> select "y"
/opt/csw/bin/pkgutil -y -i wget
To validate Wget is indeed installed run one of the following:
/usr/sbin/pkgchk -L CSWwget
ls /opt/csw/bin/wget
You're all set!
Comments
0 comments
Please sign in to leave a comment.