Is there a wget command for Solaris 10

♀尐吖头ヾ 提交于 2019-12-06 19:12:10

问题


Solaris 11 has wget command, like Linux's.

Is there wget or wget like command for Solaris 10?


回答1:


The wget command in Solaris 10 is somewhat hidden from sight.

You can find it here

/usr/sfw/bin/wget

This was checked on s10u10




回答2:


My Solaris system has it installed, but I do not control the image we use to install it. I see this:

$ which wget                                                                 
/usr/sfw/bin/wget

$ wget --version                                                             
GNU Wget 1.12 built on solaris2.10.

$ pkginfo -l SUNWwgetr                                                       
   PKGINST:  SUNWwgetr
      NAME:  GNU wget - utility to retrieve files from the World Wide Web (root)
  CATEGORY:  system
      ARCH:  i386
   VERSION:  11.10.0,REV=2005.01.08.01.09
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  GNU wget - a utility to retrieve files from the World Wide Web (root components) 1.12
    PSTAMP:  sfw10-patch-x20100616081054
  INSTDATE:  Dec 13 2012 23:00
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:        2 installed pathnames
                   1 shared pathnames
                   1 directories
                   1 executables
                   9 blocks used (approx)


来源:https://stackoverflow.com/questions/14584643/is-there-a-wget-command-for-solaris-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!