The wonderfull tool from Linux called wget from which i have described some usage here and here can also be used in Solaris, here are just the steps *for lazy people, you just need to cut & paste as root*. ![]()
ftp -i -n -v ftp.sunfreeware.com << EOF
user "anonymous" "mypass@hotmail.com"
cd pub/freeware/i386/10
bin
mget wget-1.11.4-sol10-x86-local.gz
mget libintl-3.4.0-sol10-x86-local.gz
mget openssl-0.9.8h-sol10-x86-local.gz
mget libiconv-1.11-sol10-x86-local.gz
mget libgcc-3.4.6-sol10-x86-local.gz
bye
EOF
gunzip wget-1.11.4-sol10-x86-local.gz
gunzip libintl-3.4.0-sol10-x86-local.gz
gunzip openssl-0.9.8h-sol10-x86-local.gz
gunzip libiconv-1.11-sol10-x86-local.gz
gunzip libgcc-3.4.6-sol10-x86-local.gz
-bash-3.00# ls -la wget-1.11.4-sol10-x86-local
-rw-r--r-- 1 walter other 2604032 Jul 20 11:13 wget-1.11.4-sol10-x86-local
-bash-3.00# pkgadd -d wget-1.11.4-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libintl-3.4.0-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d openssl-0.9.8h-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libiconv-1.11-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libgcc-3.4.6-sol10-x86-local all
Installation of was successful.
-bash-3.00#
-bash-3.00# ln -s /usr/local/bin/wget /usr/bin/wget














3 users commented in " Install wget in Solaris (SMCwget) "
Follow-up comment rss or Leave a Trackback[...] are downloaded from command line. You may discover that wget is not installed in Solaris, look at this post to know how to install it in your Solaris Operating [...]
It seems that typo at gunzip for libiconv.
[...] - Install wget in Solaris (SMCwget) saved by rev0872008-10-09 - Setting up cPanel Proxies saved by Pendora2008-10-07 - Using wget to [...]
Leave A Reply